Staging
v0.5.1
https://github.com/python/cpython
Revision db455296be5f792b8c12b7cd7f3962b52e4f44ee authored by Łukasz Langa on 23 September 2020, 12:36:32 UTC, committed by Łukasz Langa on 23 September 2020, 12:36:32 UTC
1 parent 5acc1b5
Raw File
Tip revision: db455296be5f792b8c12b7cd7f3962b52e4f44ee authored by Łukasz Langa on 23 September 2020, 12:36:32 UTC
Python 3.8.6
Tip revision: db45529
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