aboutsummaryrefslogtreecommitdiff
path: root/compiler/win_compile_example.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/win_compile_example.cmd')
-rw-r--r--compiler/win_compile_example.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/win_compile_example.cmd b/compiler/win_compile_example.cmd
index 6e166f8..3a52f73 100644
--- a/compiler/win_compile_example.cmd
+++ b/compiler/win_compile_example.cmd
@@ -5,5 +5,5 @@ IF ERRORLEVEL 2 SET rebuild=
5echo. 5echo.
6 6
7@echo on 7@echo on
8stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/ -o=../example/out/ 8stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/
9@pause 9@pause