From f1667eb6b533eafbb5121ac605401df69960f6df Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 19 Sep 2014 13:09:37 -0700 Subject: Fix the symfile and mapfile filenames. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3616361..20e86bb2 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ $(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_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 $*.sym -m $*.map +link = rgblink -n poke$*.sym -m poke$*.map poke%.gbc: $$(%_obj) $(link) -o $@ $^ -- cgit v1.2.3