view 3rdparty/utils/makefile @ 239:8b71b12c468f

Checking in the floppy disk device descriptors for Dragon 64
author roug
date Thu, 18 Jul 2002 19:53:53 +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