lib/Makefile
changeset 6 5565d94da522
parent 2 ec68a0f75c58
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/Makefile	Fri Feb 06 20:49:29 2009 +0200
@@ -0,0 +1,6 @@
+
+all: $(patsubst %.tmpl,%.py,$(wildcard templates/*.tmpl))
+
+templates/%.py: templates/%.tmpl
+	@cheetah compile --nobackup $<
+