projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add graphs of network usage by VMs.
[invirt/packages/invirt-web.git]
/
code
/
Makefile
diff --git
a/code/Makefile
b/code/Makefile
index
aa083e2
..
5b6a005
100644
(file)
--- a/
code/Makefile
+++ b/
code/Makefile
@@
-1,13
+1,8
@@
-TEMPLATES=$(wildcard *.tmpl)
-OUTPUTS=$(TEMPLATES:.tmpl=.py)
+all: kill chmod
-all: ${OUTPUTS}
+chmod:
+ chgrp -R invirt . 2>/dev/null || true
+ chmod -R g+w . 2>/dev/null || true
-%.py: %.tmpl
- cheetah compile $<
-
-#${OUTPUTS}:${TEMPLATES}
-# cheetah compile $^
-
-clean:
- @rm -f ${OUTPUTS} *.pyo *.pyc *.py.bak
+kill:
+ -pkill invirt.fcgi