view 3rdparty/utils/makefile @ 141:21649cf64510

Split up the commands into individual files.
author roug
date Sun, 07 Jul 2002 08:58:56 +0000
parents a33db62fe1e5
children 54a8776100d3
line wrap: on
line source

include ../../Makefile.rules

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

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