Changeset 235 for trunk/web/templates/Makefile
- Timestamp:
- Nov 12, 2007, 3:53:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates/Makefile
r205 r235 1 TEMPLATES= functions.tmpl skeleton.tmpl1 TEMPLATES=$(wildcard *.tmpl) 2 2 OUTPUTS=$(TEMPLATES:.tmpl=.py) 3 3 4 4 all: ${OUTPUTS} 5 5 6 ${OUTPUTS}:${TEMPLATES} 7 cheetah compile $^ 6 %.py: %.tmpl 7 cheetah compile $< 8 9 #${OUTPUTS}:${TEMPLATES} 10 # cheetah compile $^ 8 11 9 12 clean:
Note: See TracChangeset
for help on using the changeset viewer.