From 7f3517b8d111f6375a81e18241df1be9502727e6 Mon Sep 17 00:00:00 2001 From: Antonio Niño Díaz Date: Fri, 9 Jun 2017 22:34:50 +0100 Subject: Add linkerscript MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonio Niño Díaz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12532d73..8e766b28 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ 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 -o $@ $^ + rgblink -n $*.sym -l linkerscript.link -o $@ $^ rgbfix $($*_opt) $@ %.png: ; -- cgit v1.3.1-sl0p