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'
This commit is contained in:
U-Fish-PC\Daniel 2014-06-26 17:44:42 -04:00
parent f8b8ebea93
commit 5de4c4b5c5

View file

@ -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