Staging
v0.5.1
Revision 38c508a00c32a6ce45a10b705adf8c818fa49dcd authored by Ned Deily on 22 November 2016, 04:30:55 UTC, committed by Ned Deily on 22 November 2016, 04:30:55 UTC
1 parent 19df707
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