# makefile for murgr81

all: murgr81.tap

murgr81.tap: murgr.bas convscrn.z murgmc.z code2zxf zxftotap
	zmakebas -a 9900 -n murgr81 -o murgr81.tap murgr.bas
	zmac convscrn.z
	code2zxf murgr81.1 <convscrn.bin |zxftotap >>murgr81.tap
	zmac murgmc.z
	code2zxf murgr81.2 <murgmc.bin |zxftotap >>murgr81.tap

clean:
	$(RM) *~ *.lst *.bin code2zxf zxftotap

