diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-26 17:44:42 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-26 17:44:42 -0400 |
commit | 5de4c4b5c5ddf7c2823b22407636efcfdfe0c139 (patch) | |
tree | 7ea6f5d6e8b808bd30df7e80da0d5efdd1c5c552 /Makefile | |
parent | f8b8ebea93ce463db8a686f92577f827cfa3fa15 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |