aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-22 17:12:19 +0100
committergingerBill <bill@gingerbill.org>2021-08-22 17:12:19 +0100
commitabaf8c127d7843f4d1538ba68c4463cb171d799c (patch)
tree1f991f9e0bdc3635120e104ed8f2ad99378b4568 /build.bat
parent0c5fa2cdd506b7e7d445d32171c9660be352ae7a (diff)
Correct build.bat
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 930d9d385..e52701ab0 100644
--- a/build.bat
+++ b/build.bat
@@ -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