aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-27 13:22:24 +0100
committergingerBill <bill@gingerbill.org>2018-05-27 13:22:24 +0100
commit1beff539d7c3b3a9570684b9e619ff3c61ce9be8 (patch)
tree7170f5c9ccca033b51e5bff9fb2090d4558a3376 /build.bat
parentdf578d6ec58e678e30b90601550f82ac4153b3e8 (diff)
Single file "main" file
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 4eb674c57..32e67af1e 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
+ && odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL