ref: f1667eb6b533eafbb5121ac605401df69960f6df
parent: d59dfadf66926ea0c7b5f8bbeaa9b83ee7bb3cb5
author: yenatch <yenatch@gmail.com>
date: Fri Sep 19 09:09:37 EDT 2014
Fix the symfile and mapfile filenames.
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@
# 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 $@ $^