mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 15:54:49 +13:00
Fix the symfile and mapfile filenames.
This commit is contained in:
parent
d59dfadf66
commit
f1667eb6b5
2
Makefile
2
Makefile
|
|
@ -94,7 +94,7 @@ $(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_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. rgblink will segfault if a mapfile isn't made too.
|
||||||
link = rgblink -n $*.sym -m $*.map
|
link = rgblink -n poke$*.sym -m poke$*.map
|
||||||
|
|
||||||
poke%.gbc: $$(%_obj)
|
poke%.gbc: $$(%_obj)
|
||||||
$(link) -o $@ $^
|
$(link) -o $@ $^
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue