source:
package_branches/invirt-web/cherrypy-rebased/code/Makefile
@
2723
Last change on this file since 2723 was 2695, checked in by broder, 15 years ago | |
---|---|
File size: 124 bytes |
Line | |
---|---|
1 | all: kill chmod |
2 | |
3 | chmod: |
4 | chgrp -R invirt . 2>/dev/null || true |
5 | chmod -R g+w . 2>/dev/null || true |
6 | |
7 | kill: |
8 | -pkill main.fcgi |
Note: See TracBrowser
for help on using the repository browser.