Staging
v0.8.1
Revision 98a54171932584883cb3973f78dd30f92d7a3a78 authored by pxinwr on 08 December 2020, 23:20:19 UTC, committed by GitHub on 08 December 2020, 23:20:19 UTC
1 parent eb7594f
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