summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-26 17:44:42 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-26 17:44:42 -0400
commit5de4c4b5c5ddf7c2823b22407636efcfdfe0c139 (patch)
tree7ea6f5d6e8b808bd30df7e80da0d5efdd1c5c552 /Makefile
parentf8b8ebea93ce463db8a686f92577f827cfa3fa15 (diff)
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'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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