Staging
v0.5.1
Revision 97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac authored by Łukasz Langa on 18 May 2020, 23:07:09 UTC, committed by Łukasz Langa on 18 May 2020, 23:07:09 UTC
1 parent a3ec3ad
Raw File
clean.bat
@echo off
rem A batch program to clean a particular configuration,
rem just for convenience.

call "%~dp0build.bat" -t Clean %*
back to top