A monster checkin, with a variety of changes to the web
[invirt/packages/invirt-web.git] / templates / Makefile
1 TEMPLATES=functions.tmpl skeleton.tmpl
2 OUTPUTS=$(TEMPLATES:.tmpl=.py)
3
4 all: ${OUTPUTS}
5
6 ${OUTPUTS}:${TEMPLATES}
7         cheetah compile $^
8
9 clean:
10         @rm -f ${OUTPUTS} *.pyo *.pyc *.py.bak