X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/e37dd15bbf8683bab8454ea0eec8e9968ce982b2..1e99dd0672b15943cdd2234f0243b31f1adb626f:/code/Makefile diff --git a/code/Makefile b/code/Makefile index aa083e2..5b6a005 100644 --- 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