source: trunk/packages/invirt-web/code/Makefile @ 2737

Last change on this file since 2737 was 2737, checked in by broder, 14 years ago

Merge cherrypy-rebased branch of invirt-web into trunk.

File size: 124 bytes
RevLine 
[2737]1all: kill chmod
[205]2
[628]3chmod:
[1318]4        chgrp -R invirt . 2>/dev/null || true
[628]5        chmod -R g+w . 2>/dev/null || true
6
[583]7kill:
[2231]8        -pkill main.fcgi
Note: See TracBrowser for help on using the repository browser.