#
#	Makefile for CPC150
#

all :
	buildqnx -c -v cpc150.cf cpc150.img
	
clean : clean
	rm -f cpc150.img *.map
