Staging
v0.8.1
https://github.com/python/cpython
Revision e75eeb00b56b45261a8b94748066f3b855e06353 authored by Łukasz Langa on 03 February 2019, 13:17:38 UTC, committed by Łukasz Langa on 03 February 2019, 13:17:38 UTC
1 parent aab0e57
Raw File
Tip revision: e75eeb00b56b45261a8b94748066f3b855e06353 authored by Łukasz Langa on 03 February 2019, 13:17:38 UTC
v3.8.0a1
Tip revision: e75eeb0
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