2024-07-01 13:23:00 +03:00

4 lines
99 B
Bash

#!/bin/sh
project_dir=$(pwd)
echo ./*.c $CFLAGS -o $OUTPUT$(basename $project_dir) -lm | xargs $CC