# makefile for frogger81

all: froggr81.tap

froggr81.tap: frogger.p titlepic.scr frogemu.z code2zxf zxftotap loader.tap
	cp loader.tap froggr81.tap
	zmac frogemu.z
	./code2zxf frogger.p <frogger.p | ./zxftotap >>froggr81.tap
	./code2zxf frogemu <frogemu.bin | ./zxftotap >>froggr81.tap
	./code2zxf frogpic <titlepic.scr| ./zxftotap >>froggr81.tap

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