From 5de4c4b5c5ddf7c2823b22407636efcfdfe0c139 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Thu, 26 Jun 2014 17:44:42 -0400 Subject: Fix Makefile: .map and .sym The Makefile previously made the files '.map' and '.sym' instead of 'poke[red/blue].map' and 'poke[red/blue].sym' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 312f7787..ec1ca455 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ $(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_dep)) rgbasm -h -o $@ $*.tx -link := rgblink -n $*.sym -m $*.map +link = rgblink -n $*.sym -m $*.map dmg_opt := -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 cgb_opt := -cjsv -k 01 -l 0x33 -m 0x1b -p 0 -r 03 -- cgit v1.2.3