Staging
v0.5.1
Revision cdab6f339b46228cd898db45f4746c22d5f58ef0 authored by Larry Hastings on 09 August 2015, 10:41:22 UTC, committed by Larry Hastings on 09 August 2015, 10:41:22 UTC
1 parent 71ea65f
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