Mercurial > hg > Members > kono > nitros9-code
annotate level2/makefile @ 249:30655a7845f7
Cut delay in half
author | boisy |
---|---|
date | Sat, 20 Jul 2002 04:02:33 +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 |