Staging
v0.5.1
Revision 7a41638b5b183d0b9b27449d502d0a15001134ee authored by Benjamin Peterson on 04 April 2020, 16:54:14 UTC, committed by Benjamin Peterson on 04 April 2020, 16:54:14 UTC
1 parent c6bfd04
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