Makefile needs to clean things up

This commit is contained in:
Michael DeHaan 2012-03-11 04:21:19 -04:00
commit e3adca1431
6 changed files with 7 additions and 353 deletions

View file

@ -19,6 +19,9 @@ htmldocs:
./build-site.py rst
clean:
-rm .buildinfo
-rm *.inv
-rm -rf *.doctrees
@echo "Cleaning up byte compiled python stuff"
find . -regex ".*\.py[co]$$" -delete
@echo "Cleaning up editor backup files"