compile reduced b64f size

This commit is contained in:
Joe DF 2018-07-12 13:48:51 -04:00
parent 0eceb10024
commit ae01b500ca
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ mkdir bin 2>NUL
cls
echo compiling...
gcc test.c base64.c -o bin\test.exe
gcc b64f.c base64.c -o bin\b64f.exe
gcc b64f.c base64.c -s -o bin\b64f.exe
echo running...
bin\test.exe
echo.