diff Makefile @ 2035:33f454232aee

Added open source TMSS replacement
author Michael Pavone <pavone@retrodev.com>
date Sun, 07 Mar 2021 10:41:35 -0800
parents f612c1bd2c8b
children 638eb2d25696 3414a4423de1
line wrap: on
line diff
--- a/Makefile	Sun Feb 21 14:35:16 2021 -0800
+++ b/Makefile	Sun Mar 07 10:41:35 2021 -0800
@@ -367,6 +367,9 @@
 %.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 @@
 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