diff options
| author | Michael Pavone <pavone@retrodev.com> | 2015-11-05 19:35:48 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2015-11-05 19:35:48 -0800 |
| commit | 7f6f656a622c0fb0de10273a6e476b1545a17b96 (patch) | |
| tree | 1bd4a99a11385212cfd552716b6c0115aec07948 /Makefile | |
| parent | 60767a3836d45fc830f6f6583e8c5dca331901db (diff) | |
Get everything needed to build menu.bin either committed or buildable via the Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
