make clean removes cherrypy.config

This commit is contained in:
James Vasile 2011-03-09 14:08:59 -05:00
parent 24991026bc
commit 56a05efc24

View File

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