aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorMikkel Hjortshoej <fyoucon@gmail.com>2019-02-05 20:51:59 +0100
committerMikkel Hjortshøj <hoej@northwolfprod.com>2019-02-06 15:53:40 +0100
commitc9602953aa4a88803c9ef5182aa8bb64d58b80b8 (patch)
tree1c20aa99ef40a5c0f5717665d80d2cbef5c3c98d /build.bat
parent0185b43c2f961e97e94878a3d2dc87eec1810bd4 (diff)
last fixes to bats and README
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index c3754d79b..402d8842c 100644
--- a/build.bat
+++ b/build.bat
@@ -42,8 +42,8 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
+ && odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL
-:end_of_build
-
+:end_of_build \ No newline at end of file