source:
Makefile
@
03e2535
Last change on this file since 03e2535 was 9c0279e, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago | |
---|---|
|
|
File size: 103 bytes |
Rev | Line | |
---|---|---|
[9c0279e] | 1 | DIRS = client queue remctl server |
2 | ||
3 | all: | |
4 | ||
5 | install: | |
6 | for d in $(DIRS); do (cd $$d; $(MAKE) install); done |
Note: See TracBrowser
for help on using the repository browser.