Staging
v0.5.1
Revision 7e16af499b92def6fc4ab1bbcecd2c055a38de29 authored by Ned Deily on 10 October 2016, 20:09:08 UTC, committed by Ned Deily on 10 October 2016, 20:09:08 UTC
1 parent bec93b3
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