From 8592699fdafa583310eaf3679a46fde920ec8114 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 5 Dec 2015 00:17:15 -0800 Subject: Added mouse support to menu ROM --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd7f004..35e1ab1 100644 --- a/Makefile +++ b/Makefile @@ -207,8 +207,9 @@ vos_prog_info : vos_prog_info.o vos_program_module.o vasmz80_mot -Fbin -spaces -o $@ $< arrow.tiles : arrow.png +cursor.tiles : cursor.png font_interlace_variable.tiles : font_interlace_variable.png -menu.bin : font_interlace_variable.tiles arrow.tiles +menu.bin : font_interlace_variable.tiles arrow.tiles cursor.tiles clean : rm -rf $(ALL) trans ztestrun ztestgen *.o -- cgit v1.2.3