Staging
v0.5.1
Revision 0ef256c2b09cca0990d8d3767de943096dd61a07 authored by Ned Deily on 01 November 2016, 00:43:30 UTC, committed by Ned Deily on 01 November 2016, 00:43:30 UTC
1 parent b02f2e1
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