https://github.com/python/cpython
Raw File
Tip revision: e1ebdc52b8bd82a928398b0a75149552a723389a authored by roy reznik on 11 April 2022, 15:10:34 UTC
gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)
Tip revision: e1ebdc5
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