aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-03-31 13:06:01 +0100
committergingerBill <bill@gingerbill.org>2019-03-31 13:06:01 +0100
commitdd9113786c4e7b18e894bd3ceee94cdf08ac6037 (patch)
treed4ae7d58ebccca9cf5ff04266e12490ecbb3320e
parent1354f53d02840959b3f70bc8386a188920108d98 (diff)
Remove -keep-temp-files from the build.bat
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 58ae69f93..6e5450c2b 100644
--- a/build.bat
+++ b/build.bat
@@ -42,7 +42,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
- && odin run examples/demo/demo.odin -keep-temp-files
+ && odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL