diff options
Diffstat (limited to 'update/addmods.sh')
-rwxr-xr-x | update/addmods.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update/addmods.sh b/update/addmods.sh index 3a4e036..a45f9ed 100755 --- a/update/addmods.sh +++ b/update/addmods.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 |