mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
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:
parent
21f306d653
commit
18fe7e25da
4
Makefile
4
Makefile
|
@ -84,8 +84,8 @@ $(all_obj): $$*.asm $$($$*_dep)
|
||||||
|
|
||||||
# Link objects together to build a rom.
|
# Link objects together to build a rom.
|
||||||
|
|
||||||
# Make a symfile for debugging. rgblink will segfault if a mapfile isn't made too.
|
# Make a symfile for debugging.
|
||||||
link = rgblink -n poke$*.sym -m poke$*.map
|
link = rgblink -n poke$*.sym
|
||||||
|
|
||||||
poke%.gbc: $$(%_obj)
|
poke%.gbc: $$(%_obj)
|
||||||
$(link) -o $@ $^
|
$(link) -o $@ $^
|
||||||
|
|
Loading…
Reference in a new issue