update MAKE.bat
parent
ff08939b06
commit
25224c6db1
3
MAKE.bat
3
MAKE.bat
|
@ -158,6 +158,9 @@ if "%1"=="pull" (
|
||||||
)
|
)
|
||||||
|
|
||||||
if "%1"=="depot" (
|
if "%1"=="depot" (
|
||||||
|
pushd depot\
|
||||||
|
git pull
|
||||||
|
popd
|
||||||
git submodule update --remote --merge depot/
|
git submodule update --remote --merge depot/
|
||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
2
depot
2
depot
|
@ -1 +1 @@
|
||||||
Subproject commit 660eaa0992e99ed1a36c50faf7f4f5f2c84ad2c0
|
Subproject commit 80c739fc0ce8381e2200f347654b23b646f12fba
|
Loading…
Reference in New Issue