source:
Swollen/Makefile
@
1140
Last change on this file since 1140 was 33, checked in by darran, 20 years ago | |
---|---|
File size: 125 bytes |
Rev | Line | |
---|---|---|
[33] | 1 | |
2 | ||
3 | # top-level makefile | |
4 | ||
5 | ||
6 | all: | |
7 | cd swwreader; make | |
8 | cd swollen; make | |
9 | ||
10 | clean: | |
11 | cd swwreader; make clean | |
12 | cd swollen; make clean |
Note: See TracBrowser
for help on using the repository browser.