Mercurial > hg > Members > kono > nitros9-code
view level1/makefile @ 35:2e8c642a2e19
Corrected some descriptions in appendix E
author | roug |
---|---|
date | Thu, 11 Apr 2002 19:34:44 +0000 |
parents | 6641a883d6b0 |
children | 5eceecf6159c |
line wrap: on
line source
include ../Makefile.rules # Make all components all: @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* OS-9 Level One Distribution *" @$(ECHO) "* (C) 1983 Tandy Corporation *" @$(ECHO) "* *" @$(ECHO) "*********************************************" cd CMDS; make cd MODULES; make cd BOOTFILES; make # Clean all components clean: -cd CMDS; make clean -cd MODULES; make clean -cd BOOTFILES; make clean