Fix 2 typos in the web code
[invirt/packages/invirt-web.git] / code / Makefile
index 8ff936c..418289f 100644 (file)
@@ -1,6 +1,10 @@
 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