mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
6b6e687766
Updates checked-in line endings on several files.
6 lines
126 B
Batchfile
6 lines
126 B
Batchfile
@echo off
|
|
rem A batch program to clean a particular configuration,
|
|
rem just for convenience.
|
|
|
|
call %~dp0build.bat -t Clean %*
|