Staging
v0.8.1
Revision fcfbeb9ed8d89a3ba96ef85b08fe5080d08d4996 authored by Ned Deily on 23 July 2017, 23:39:49 UTC, committed by GitHub on 23 July 2017, 23:39:49 UTC
(cherry picked from commit 4c7532e96da19f2d5543bdab2b972797699c37d5)
1 parent 8b99e2d
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