make clean removes cherrypy.config

This commit is contained in:
James Vasile 2011-03-09 14:08:50 -05:00
parent abc92385da
commit 24991026bc

View File

@ -51,6 +51,7 @@ html:
@$(MAKE) -s -C doc html
clean:
@rm -f cherrpy.config
@find themes -name "*.tiny.css" -exec rm {} \;
@find . -name "*~" -exec rm {} \;
@find . -name ".#*" -exec rm {} \;