first commit
This commit is contained in:
commit
21be7fd279
156 changed files with 6939 additions and 0 deletions
3
src/coreutils/touch/build.sh
Executable file
3
src/coreutils/touch/build.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
project_dir=$(pwd)
|
||||
echo ./*.c $CFLAGS -o $OUTPUT$(basename $project_dir) | xargs $CC
|
Loading…
Add table
Add a link
Reference in a new issue