projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
advise users to disable the framebuffer
[invirt/packages/invirt-web.git]
/
Makefile
1
TEMPLATES=$(wildcard *.tmpl)
2
OUTPUTS=$(TEMPLATES:.tmpl=.py)
3
4
all: ${OUTPUTS}
5
6
%.py: %.tmpl
7
cheetah compile $<
8
9
#${OUTPUTS}:${TEMPLATES}
10
# cheetah compile $^
11
12
clean:
13
@rm -f ${OUTPUTS} *.pyo *.pyc *.py.bak