diff --git a/clean.bat b/clean.bat new file mode 100644 index 00000000..4fe1e6f5 --- /dev/null +++ b/clean.bat @@ -0,0 +1,3 @@ +@echo off +set PYTHON="c:\Python26\python.exe" +%PYTHON% setup.py clean --all