Mercurial > hg > Members > kono > nitros9-code
annotate level2/makefile @ 30:336479d0e308
More tables reconstructed
author | roug |
---|---|
date | Sun, 07 Apr 2002 10:34:25 +0000 |
parents | 6641a883d6b0 |
children | 65a11be4f1e7 |
rev | line source |
---|---|
0 | 1 include ../Makefile.rules |
2 | |
3 # Make all components | |
4 all: | |
5 @$(ECHO) "*********************************************" | |
6 @$(ECHO) "* *" | |
7 @$(ECHO) "* OS-9 Level Two Vr3 Distribution *" | |
8 @$(ECHO) "* The Rumored Upgrade Version *" | |
9 @$(ECHO) "* *" | |
10 @$(ECHO) "*********************************************" | |
11 cd CMDS; make | |
12 cd MODULES; make | |
13 cd BOOTFILES; make | |
14 | |
15 # Clean all components | |
16 clean: | |
17 -cd CMDS; make clean | |
18 -cd MODULES; make clean | |
19 -cd BOOTFILES; make clean |