From 7f6f656a622c0fb0de10273a6e476b1545a17b96 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 5 Nov 2015 19:35:48 -0800 Subject: Get everything needed to build menu.bin either committed or buildable via the Makefile --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 814299e..79c148d 100644 --- a/Makefile +++ b/Makefile @@ -194,6 +194,11 @@ vos_prog_info : vos_prog_info.o vos_program_module.o %.o : %.c $(CC) $(CFLAGS) -c -o $@ $< +%.png : %.xcf + xcf2png $< > $@ + +%.tiles : %.spec + ./img2tiles.py -s $< $@ %.bin : %.s68 vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $< @@ -201,5 +206,9 @@ vos_prog_info : vos_prog_info.o vos_program_module.o %.bin : %.sz8 vasmz80_mot -Fbin -spaces -o $@ $< +arrow.tiles : arrow.png +font_interlace_variable.tiles : font_interlace_variable.png +menu.bin : font_interlace_variable.tiles arrow.tiles + clean : rm -rf $(ALL) trans ztestrun ztestgen *.o -- cgit v1.2.3