From 7fba45f668af424958d542f07ed618a3bd10f569 Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 11 Sep 2013 20:27:16 -0400 Subject: [PATCH] fix a typo in Makefile we want to link more than one object! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e8ce6f82..218686bce 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ $(OBJS): $$(patsubst %.o,%.tx,$$@) $$(patsubst %.asm,%.tx,$$(OBJ_$$(patsubst %.o rgbasm -o $@ $(@:.o=.tx) pokecrystal.gbc: $(OBJS) - rgblink -n pokecrystal.sym -m pokecrystal.map -o pokecrystal.gbc $< + rgblink -n pokecrystal.sym -m pokecrystal.map -o pokecrystal.gbc $^ rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@ pngs: