Browse Source

Correct build.bat

gingerBill 4 years ago
parent
commit
abaf8c127d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.bat

+ 1 - 1
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%
 cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
 
 
 if %errorlevel% neq 0 goto end_of_build
 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
 del *.obj > NUL 2> NUL