From 24991026bc2881143395cd57f42cf5963f91e073 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Wed, 9 Mar 2011 14:08:50 -0500 Subject: [PATCH] make clean removes cherrypy.config --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cd9301de5..72d417ec1 100644 --- a/Makefile +++ b/Makefile @@ -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 {} \;