Correct build.bat

This commit is contained in:
gingerBill
2021-08-22 17:12:19 +01:00
parent 0c5fa2cdd5
commit abaf8c127d
+1 -1
View File
@@ -71,7 +71,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
if %errorlevel% neq 0 goto end_of_build
if %release_mode% EQU 0 odin check examples/all
if %release_mode% EQU 0 odin run examples/demo
del *.obj > NUL 2> NUL