view makefile @ 414:e5dfb2271401

Added modpatch to makefile, and modpatch.asm is now os9dump -a output of modpatch module
author boisy
date Fri, 20 Sep 2002 22:47:45 +0000
parents a924d7ea682b
children aac20055f8ad
line wrap: on
line source

# OS-9 Distributions Makefile
#

include Makefile.rules

# Make all components
all:
	$(CD) $(3RDPARTY); make
	$(CD) $(LEVEL1); make
	$(CD) $(LEVEL2); make
	$(CD) $(NLEVEL2); make

# Clean all components
clean:
	-$(CD) $(3RDPARTY); make clean
	-$(CD) $(LEVEL1); make clean
	-$(CD) $(LEVEL2); make clean
	-$(CD) $(NLEVEL2); make clean