summaryrefslogtreecommitdiff
path: root/devbuild.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'devbuild.cmd')
-rw-r--r--devbuild.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbuild.cmd b/devbuild.cmd
index 06239807..d27822da 100644
--- a/devbuild.cmd
+++ b/devbuild.cmd
@@ -12,7 +12,7 @@ if not "%1"=="" shift & goto parse_args
12if not "%_INCREMENTAL%"=="1" call src\clean.cmd 12if not "%_INCREMENTAL%"=="1" call src\clean.cmd
13if not "%_CLEAN%"=="" goto end 13if not "%_CLEAN%"=="" goto end
14 14
15src\build_all.cmd %_C% 15call src\build_all.cmd %_C%
16 16
17:end 17:end
18popd 18popd