Files
enduro2d-bootstrap/scripts/build_clear.bat
2018-09-28 05:40:36 +07:00

10 lines
157 B
Batchfile

@echo off
set BUILD_DIR=%~dp0%\..\build
rmdir /s /q %BUILD_DIR% || goto :error
goto :EOF
:error
echo Failed with error #%errorlevel%.
exit /b %errorlevel%