Implement administrator mode
[invirt/packages/invirt-web.git] / code / Makefile
index 270a871..b114e86 100644 (file)
@@ -7,7 +7,7 @@ chmod:
        chmod -R g+w . 2>/dev/null || true
 
 kill:
-       wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv || true
+       -pkill main.fcgi
 
 compile:
        for dir in $(DIRS); do \