Changeset 583 for trunk/packages/sipb-xen-www/code/Makefile
- Timestamp:
- Jun 3, 2008, 2:11:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/Makefile
r304 r583 1 1 DIRS = templates 2 2 3 all: 3 all: kill compile 4 5 kill: 6 wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv 7 8 compile: 4 9 for dir in $(DIRS); do \ 5 10 (cd $$dir; $(MAKE) all); \
Note: See TracChangeset
for help on using the changeset viewer.