source:
branches/wsgi/packages/sipb-xen-www/code/Makefile
@
2530
Last change on this file since 2530 was 304, checked in by ecprice, 17 years ago | |
---|---|
File size: 155 bytes |
Line | |
---|---|
1 | DIRS = templates |
2 | |
3 | all: |
4 | for dir in $(DIRS); do \ |
5 | (cd $$dir; $(MAKE) all); \ |
6 | done |
7 | |
8 | clean: |
9 | for dir in $(DIRS); do \ |
10 | (cd $$dir; $(MAKE) clean); \ |
11 | done |
Note: See TracBrowser
for help on using the repository browser.