diff options
author | yenatch <yenatch@gmail.com> | 2013-09-11 20:27:16 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-11 20:27:16 -0400 |
commit | 7fba45f668af424958d542f07ed618a3bd10f569 (patch) | |
tree | 9a5a08d59aadb38214bb17a7ac6690727799ffc1 | |
parent | e2aa3d7ea50856ad31985954c921329559931afa (diff) |
fix a typo in Makefile
we want to link more than one object!
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |