diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/win_compile_example.cmd | 2 |
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= | |||
5 | echo. | 5 | echo. |
6 | 6 | ||
7 | @echo on | 7 | @echo on |
8 | stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/ -o=../example/out/ | 8 | stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ |
9 | @pause | 9 | @pause |