compiled all, compile.sh
This commit is contained in:
parent
c463b342fa
commit
3cdbd4878d
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
echo "compiling $1..."
|
||||
noext=$(echo "$1" | cut -f 1 -d '.')
|
||||
gcc $1 -o bin/$noext
|
Loading…
Reference in New Issue