Index: package_branches/invirt-web/cherrypy/code/Makefile
===================================================================
--- package_branches/invirt-web/cherrypy/code/Makefile	(revision 2383)
+++ package_branches/invirt-web/cherrypy/code/Makefile	(revision 2486)
@@ -1,5 +1,3 @@
-DIRS = templates
-
-all: kill chmod compile
+all: kill chmod
 
 chmod:
@@ -9,12 +7,2 @@
 kill:
 	-pkill main.fcgi
-
-compile:
-	for dir in $(DIRS); do \
-		(cd $$dir; $(MAKE) all); \
-	done
-
-clean:
-	for dir in $(DIRS); do \
-		(cd $$dir; $(MAKE) clean); \
-	done
