Staging
v0.8.1
https://github.com/python/cpython
Revision 233fddfe395e0de79a3866c9067ae7c544373ebf authored by Pablo Galindo on 08 December 2020, 02:31:04 UTC, committed by Pablo Galindo on 08 December 2020, 02:31:04 UTC
1 parent 0914a48
Raw File
Tip revision: 233fddfe395e0de79a3866c9067ae7c544373ebf authored by Pablo Galindo on 08 December 2020, 02:31:04 UTC
Post 3.10.0a3
Tip revision: 233fddf
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