site/Makefile
changeset 6 5565d94da522
parent 5 9ed4c7d2bdd2
child 7 d6a8258bd90e
equal deleted inserted replaced
5:9ed4c7d2bdd2 6:5565d94da522
     1 
       
     2 all: $(patsubst %.tmpl,%.py,$(wildcard templates/*.tmpl))
       
     3 
       
     4 templates/%.py: templates/%.tmpl
       
     5 	@cheetah compile --nobackup $<
       
     6