3 lines
95 B
Bash
Executable file
3 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
project_dir=$(pwd)
|
|
echo ./*.c $CFLAGS -o $OUTPUT$(basename $project_dir) | xargs $CC
|