diff --git a/Makefile b/Makefile index ddb9d88e..938860f3 100644 --- a/Makefile +++ b/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 $@ $^