comparison Makefile @ 909:e60eb88d7b09

Added mouse support to menu ROM
author Michael Pavone <pavone@retrodev.com>
date Sat, 05 Dec 2015 00:17:15 -0800
parents 9f149f0e98b7
children f057975212e9
comparison
equal deleted inserted replaced
908:20e30ca7e8a2 909:e60eb88d7b09
205 205
206 %.bin : %.sz8 206 %.bin : %.sz8
207 vasmz80_mot -Fbin -spaces -o $@ $< 207 vasmz80_mot -Fbin -spaces -o $@ $<
208 208
209 arrow.tiles : arrow.png 209 arrow.tiles : arrow.png
210 cursor.tiles : cursor.png
210 font_interlace_variable.tiles : font_interlace_variable.png 211 font_interlace_variable.tiles : font_interlace_variable.png
211 menu.bin : font_interlace_variable.tiles arrow.tiles 212 menu.bin : font_interlace_variable.tiles arrow.tiles cursor.tiles
212 213
213 clean : 214 clean :
214 rm -rf $(ALL) trans ztestrun ztestgen *.o 215 rm -rf $(ALL) trans ztestrun ztestgen *.o