diff options
author | Zero~Informatique | 2020-02-12 00:33:45 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-12 00:33:45 +0100 |
commit | ee9d82d0b307dee1c9138babf954a3864a0c2f83 (patch) | |
tree | a49a0bcf0b33f7f414acfcbe432d3865283978fb /compiler/win_compile_example.cmd | |
parent | 19d40a5ee98fb1f244612155acc559ff2f21bf6b (diff) | |
download | ldgallery-ee9d82d0b307dee1c9138babf954a3864a0c2f83.tar.gz |
example: cleaner examples
Diffstat (limited to 'compiler/win_compile_example.cmd')
-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 |