Staging
v0.8.1
Revision a93e3dc236279692eaf50b91d358da5983983b14 authored by Miss Islington (bot) on 27 February 2018, 01:59:55 UTC, committed by Eric V. Smith on 27 February 2018, 01:59:55 UTC
This restriction will be relaxed at a future date.
(cherry picked from commit 2fa6b9eae07e2385e2acbf2e40093a21fb3a10c4)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
1 parent a9a8a98
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