Changeset 2695
- Timestamp:
- Dec 20, 2009, 9:46:00 PM (15 years ago)
- Location:
- package_branches/invirt-web/cherrypy-rebased/code
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy-rebased/code/Makefile
r2231 r2695 1 DIRS = templates 2 3 all: kill chmod compile 1 all: kill chmod 4 2 5 3 chmod: … … 9 7 kill: 10 8 -pkill main.fcgi 11 12 compile:13 for dir in $(DIRS); do \14 (cd $$dir; $(MAKE) all); \15 done16 17 clean:18 for dir in $(DIRS); do \19 (cd $$dir; $(MAKE) clean); \20 done
Note: See TracChangeset
for help on using the changeset viewer.