Skip to content

Commit 1b66d08

Browse files
authored
Redirect clean_rebuild.bat arguments to build.cmd (#2995)
1 parent db047f0 commit 1b66d08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clean_rebuild.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ set ROOT_DIR=%~dp0
66
rd /s/q external
77
git clean -ffdx
88
git pull
9-
build.cmd
9+
REM // Redirect command line arguments
10+
build.cmd %*

0 commit comments

Comments
 (0)