Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 98ceece8f4cd797ec28078b6247529f01549687d authored by Miss Islington (bot) on 06 September 2017, 21:29:04 UTC
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Tip revision: 98ceece
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