AirSim/clean_rebuild.bat

11 строки
177 B
Batchfile
Исходник Обычный вид История

2018-04-28 09:15:01 +03:00
@echo off
REM //---------- set up variable ----------
setlocal
set ROOT_DIR=%~dp0
2018-05-01 00:02:05 +03:00
rd /s/q external
2018-04-28 09:15:01 +03:00
git clean -ffdx
git pull
REM // Redirect command line arguments
build.cmd %*