6 lines
70 B
Batchfile
6 lines
70 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
call build_all.bat --fast-dev-build || exit /b 1
|
|
|