aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-12-01 18:18:03 +0000
committergingerBill <bill@gingerbill.org>2019-12-01 18:18:03 +0000
commit46582a45bdd3fad0224b8d210f4fa5f2e7f84db8 (patch)
tree27086c06f74c17b04d5e4a5bbcdb6b252280c1ef /build.bat
parent6b5ea011e76de3f82ca2b88e1b86161e98448ae8 (diff)
Fix IR string interning type
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 5615a557d..b95e8a2ab 100644
--- a/build.bat
+++ b/build.bat
@@ -41,7 +41,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
- && odin build examples/demo/demo.odin -keep-temp-files
+ && odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL