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