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
Support /overlord as an alternate admin path
[invirt/packages/invirt-web.git]
/
code
/
Makefile
diff --git
a/code/Makefile
b/code/Makefile
index
582293f
..
c1649b6
100644
(file)
--- a/
code/Makefile
+++ b/
code/Makefile
@@
-1,6
+1,15
@@
DIRS = templates
DIRS = templates
-all:
+all: kill chmod compile
+
+chmod:
+ chgrp -R sipb-xen . 2>/dev/null || true
+ chmod -R g+w . 2>/dev/null || true
+
+kill:
+ wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv
+
+compile:
for dir in $(DIRS); do \
(cd $$dir; $(MAKE) all); \
done
for dir in $(DIRS); do \
(cd $$dir; $(MAKE) all); \
done