Staging
v0.5.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f
Raw File
Tip revision: 904465f68c454b4d6e55fb4c16d223d3ae8400e7 authored by Larry Hastings on 12 June 2016, 03:55:08 UTC
Updated header for README for 3.5.2rc1.
Tip revision: 904465f
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