view 3rdparty/utils/makefile @ 24:01a6e267aa38

Added the Basic09 Reference Manual
author roug
date Sat, 06 Apr 2002 13:34:58 +0000
parents 6641a883d6b0
children a33db62fe1e5
line wrap: on
line source

include ../../Makefile.rules

# Make all components
all:
	cd boisy; make
	cd dasm; make
	cd smartwatch; make

# Clean all components
clean:
	-cd boisy; make clean
	-cd dasm; make clean
	-cd smartwatch; make clean