view makefile @ 435:fba2700d6aac

Changed dup and rep chars to match SCF line editing features
author boisy
date Sun, 22 Sep 2002 17:20:55 +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