aboutsummaryrefslogtreecommitdiff
path: root/src/burn
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn')
-rw-r--r--src/burn/burn.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/burn.cmd b/src/burn/burn.cmd
index 1eb09b99..55478eb2 100644
--- a/src/burn/burn.cmd
+++ b/src/burn/burn.cmd
@@ -3,7 +3,7 @@
3 3
4@set _C=Debug 4@set _C=Debug
5:parse_args 5:parse_args
6@if /i "%1"=="release" set _C=Release& shift 6@if /i "%1"=="release" set _C=Release
7@if not "%1"=="" shift & goto parse_args 7@if not "%1"=="" shift & goto parse_args
8 8
9@echo Building burn %_C% 9@echo Building burn %_C%