diff Makefile @ 864:40703069bb68

Get everything needed to build menu.bin either committed or buildable via the Makefile
author Michael Pavone <pavone@retrodev.com>
date Thu, 05 Nov 2015 19:35:48 -0800
parents 124a58fdcf3a
children 69a6ec208111
line wrap: on
line diff
--- a/Makefile	Thu Nov 05 19:34:53 2015 -0800
+++ b/Makefile	Thu Nov 05 19:35:48 2015 -0800
@@ -194,6 +194,11 @@
 
 %.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 @@
 %.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