@ECHO OFF cl build.c src/str.c src/types.c /Iinclude && del *.obj && build.exe && del build.exe && build\gsa_simple.exe EXIT /B %ERRORLEVEL%