skunkworks-c/build.bat

6 lines
147 B
Batchfile
Raw Normal View History

2022-12-19 21:59:02 +01:00
@ECHO OFF
2022-12-21 12:38:50 +01:00
2023-03-23 00:08:34 +01:00
cl build.c src/str.c src/types.c /Iinclude /nologo && del *.obj && build.exe && del build.exe && build\simple.exe
2023-02-25 00:14:05 +01:00
EXIT /B %ERRORLEVEL%
2022-12-21 12:38:50 +01:00