From a452bfabb59b0d4efd6510f4cb46b877f0a2a27b Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 7 Mar 2021 10:41:35 -0800 Subject: Added open source TMSS replacement --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7d9e82..0259547 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3