summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-05 19:35:48 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-05 19:35:48 -0800
commit7f6f656a622c0fb0de10273a6e476b1545a17b96 (patch)
tree1bd4a99a11385212cfd552716b6c0115aec07948 /Makefile
parent60767a3836d45fc830f6f6583e8c5dca331901db (diff)
Get everything needed to build menu.bin either committed or buildable via the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
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