lib/Makefile
author Tero Marttila <terom@fixme.fi>
Fri, 06 Feb 2009 20:49:29 +0200
changeset 6 5565d94da522
parent 2 site/Makefile@ec68a0f75c58
permissions -rw-r--r--
start breaking everything

all: $(patsubst %.tmpl,%.py,$(wildcard templates/*.tmpl))

templates/%.py: templates/%.tmpl
	@cheetah compile --nobackup $<