diff options
author | Michael Pavone <pavone@retrodev.com> | 2021-03-07 10:41:35 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2021-03-07 10:41:35 -0800 |
commit | a452bfabb59b0d4efd6510f4cb46b877f0a2a27b (patch) | |
tree | ba74759c0ec72fd2b8bdfb7698a52e77211a6978 /Makefile | |
parent | 04d9daebd832305a353ad3cd452a14a63d276c30 (diff) |
Added open source TMSS replacement
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -367,6 +367,9 @@ m68k.c : m68k.cpu cpu_dsl.py %.bin : %.s68 vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $< +%.md : %.s68 + vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $< + %.bin : %.sz8 vasmz80_mot -Fbin -spaces -o $@ $< res.o : blastem.rc @@ -379,6 +382,7 @@ button.tiles : button.png font.tiles : font.png menu.bin : font_interlace_variable.tiles arrow.tiles cursor.tiles button.tiles font.tiles +tmss.md : font.tiles clean : rm -rf $(ALL) trans ztestrun ztestgen *.o nuklear_ui/*.o zlib/*.o |