From e167782eb6cc3db6a68d9b5c1d51f4b467f6ae9d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 17 Dec 2015 20:41:43 -0800 Subject: Added button graphic for menu --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35e1ab1..7ee697d 100644 --- a/Makefile +++ b/Makefile @@ -209,7 +209,8 @@ vos_prog_info : vos_prog_info.o vos_program_module.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 cursor.tiles +button.tiles : button.png +menu.bin : font_interlace_variable.tiles arrow.tiles cursor.tiles button.tiles clean : rm -rf $(ALL) trans ztestrun ztestgen *.o -- cgit v1.2.3