summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2017-09-29 19:22:56 -0700
committerPokechu22 <Pokechu022@gmail.com>2017-09-29 19:22:56 -0700
commitf95d25c8329ef7b8d61ec2b053e774c9f91ef0b1 (patch)
tree1ab67b5922fe701cfd5bce86852e1dd265b98556 /Makefile
parent901844f536e7eef58045c3dbeb6387e2c78ba870 (diff)
Rename linkerscript and sort sym file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e766b28..d0d3c011 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,9 @@ pokered_opt = -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "POKEMON RED"
pokeblue_opt = -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "POKEMON BLUE"
%.gbc: $$(%_obj)
- rgblink -n $*.sym -l linkerscript.link -o $@ $^
+ rgblink -n $*.sym -l pokered.link -o $@ $^
rgbfix $($*_opt) $@
+ sort $*.sym -o $*.sym
%.png: ;
%.2bpp: %.png ; @$(2bpp) $<