No longer need to make a mapfile with the newest RGBDS source. This RGBDS doesn't have a release yet.

This commit is contained in:
stag019 2015-01-18 19:39:16 -05:00
parent 21f306d653
commit 18fe7e25da

View file

@ -84,8 +84,8 @@ $(all_obj): $$*.asm $$($$*_dep)
# Link objects together to build a rom.
# Make a symfile for debugging. rgblink will segfault if a mapfile isn't made too.
link = rgblink -n poke$*.sym -m poke$*.map
# Make a symfile for debugging.
link = rgblink -n poke$*.sym
poke%.gbc: $$(%_obj)
$(link) -o $@ $^