projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use daemon/sipb-xen.mit.edu and don't give user fake auth token in an HTML comment.
[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