diff options
Diffstat (limited to 'c/do')
-rwxr-xr-x | c/do | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#! /bin/sh +for c in *.c +do + echo "############" && clang -pedantic -Wall -ldl $c -o ./bin && ./bin +done +rm ./bin |
index : share | ||
collection of random code and project templates | Jérémy Zurcher |
summaryrefslogtreecommitdiffstats |