lib/Makefile
changeset 149 0538176eb172
parent 148 7ffce543a6f1
child 150 817a8bb1cdc6
equal deleted inserted replaced
148:7ffce543a6f1 149:0538176eb172
     1 
       
     2 all: $(patsubst %.tmpl,%.py,$(wildcard templates/*.tmpl))
       
     3 
       
     4 templates/%.py: templates/%.tmpl
       
     5 	@cheetah compile --nobackup $<
       
     6