diff options
Diffstat (limited to 'hercules_update/createnew.sh')
-rwxr-xr-x | hercules_update/createnew.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hercules_update/createnew.sh b/hercules_update/createnew.sh index 1274792..1a95744 100755 --- a/hercules_update/createnew.sh +++ b/hercules_update/createnew.sh @@ -4,9 +4,10 @@ # Author: Andrei Karas (4144) dir=`pwd` +CC=${CC:=gcc} rm adler32 -gcc -lz adler32.c -o adler32 +$CC -lz adler32.c -o adler32 mkdir files mkdir upload |