mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
5 lines
126 B
Batchfile
5 lines
126 B
Batchfile
@echo off
|
|
rem A batch program to clean a particular configuration,
|
|
rem just for convenience.
|
|
|
|
call %~dp0build.bat -t Clean %*
|