Mercurial > hg > Members > kono > nitros9-code
view level2/makefile @ 93:0c12245b7bdc
Fixed NitrOS-9 and OS-9 Level Two bug where Address was too far off the
end of the module for the ldy <Address,pcr to work
author | boisy |
---|---|
date | Wed, 03 Jul 2002 19:19:16 +0000 |
parents | 6641a883d6b0 |
children | 65a11be4f1e7 |
line wrap: on
line source
include ../Makefile.rules # Make all components all: @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* OS-9 Level Two Vr3 Distribution *" @$(ECHO) "* The Rumored Upgrade Version *" @$(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