summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-11 20:27:16 -0400
committeryenatch <yenatch@gmail.com>2013-09-11 20:27:16 -0400
commit7fba45f668af424958d542f07ed618a3bd10f569 (patch)
tree9a5a08d59aadb38214bb17a7ac6690727799ffc1
parente2aa3d7ea50856ad31985954c921329559931afa (diff)
fix a typo in Makefile
we want to link more than one object!
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: