add wiki and console-server links to ParaVM/HVM help text
[invirt/packages/invirt-web.git] / code / Makefile
index 8ff936c..270a871 100644 (file)
@@ -1,9 +1,13 @@
 DIRS = templates
 
-all: kill compile
+all: kill chmod compile
+
+chmod:
+       chgrp -R invirt . 2>/dev/null || true
+       chmod -R g+w . 2>/dev/null || true
 
 kill:
-       wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv
+       wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv || true
 
 compile:
        for dir in $(DIRS); do \