mirror of
https://github.com/pret/pokered.git
synced 2026-09-09 02:05:16 -05: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:
4
Makefile
4
Makefile
@@ -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 $@ $^
|
||||
|
||||
Reference in New Issue
Block a user