mirror of
https://github.com/python/cpython
synced 2024-11-02 05:41:35 +00:00
5 lines
128 B
Batchfile
5 lines
128 B
Batchfile
@echo off
|
|
rem A batch program to clean a particular configuration,
|
|
rem just for convenience.
|
|
|
|
call "%~dp0build.bat" -t Clean %*
|