Clean distutils build directory.

This commit is contained in:
Bastian Kleineidam 2010-02-21 12:16:07 +01:00
parent 1e3a72bdaa
commit a6b3c6aa30
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ count:
clean:
find . -name \*.pyc -delete
find . -name \*.pyo -delete
rm -rf build
.PHONY: test
test: