view docs/makefile @ 3276:524cf44d557d

Dragon ports: Replace mb scripts The old ones used shell features that don't work with the standard level 1 shell, so they probably never worked. Replace them with the standard floppy ones used in the other level 1 ports, but rename them since they are for the DECB RB1773-based controllers.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 07 Mar 2020 23:15:04 +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