Mercurial > hg > Members > kono > nitros9-code
comparison level1/makefile @ 0:6641a883d6b0
Initial revision
author | boisy |
---|---|
date | Thu, 04 Apr 2002 16:34:12 +0000 |
parents | |
children | 5eceecf6159c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6641a883d6b0 |
---|---|
1 include ../Makefile.rules | |
2 | |
3 # Make all components | |
4 all: | |
5 @$(ECHO) "*********************************************" | |
6 @$(ECHO) "* *" | |
7 @$(ECHO) "* OS-9 Level One Distribution *" | |
8 @$(ECHO) "* (C) 1983 Tandy Corporation *" | |
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 |