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