Added clean.bat

This commit is contained in:
Bastian Kleineidam 2009-07-29 00:13:37 +02:00
parent 0881d0cb61
commit 5da15e383d

3
clean.bat Normal file
View file

@ -0,0 +1,3 @@
@echo off
set PYTHON="c:\Python26\python.exe"
%PYTHON% setup.py clean --all