view docs/makefile @ 3140:03b580a02945

Allow CoCo3FPGA-specific build of superdesc.asm Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm" to reflect changes needed to build the new SD card descriptors for the Coco3FPGA.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 11:06:26 +0100
parents 9abc463adb1e
children
line wrap: on
line source

include ../rules.mak

all:
	$(CD) basic09; make
	$(CD) ccguide; make
	$(CD) nitros9guide; make
	$(CD) os9sysprog; make

clean:
	$(CD) basic09; make clean
	$(CD) ccguide; make clean
	$(CD) nitros9guide; make clean
	$(CD) os9sysprog; make clean