Added more clean operations

This commit is contained in:
Harry Moffat
2009-03-28 19:06:23 +00:00
parent 89d8691747
commit cda062462d

View File

@@ -86,6 +86,7 @@ endif
clean:
@PYTHON_CMD@ setup.py clean
rm -f _build; rm -f _winbuild
cd build; rm -fR *
cd src; rm -f *.o
depends: