diff options
author | yenatch <yenatch@gmail.com> | 2016-06-19 04:56:37 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-06-19 04:59:28 -0400 |
commit | fdae8235cc239d1aa48455567c3c5edc07afeb29 (patch) | |
tree | f07a8e886fe34962daf2430e5512fe89495ce651 | |
parent | 7dbe20fda2de38aeccb0a314770a8975f68700d0 (diff) |
Another makefile typo.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ src/agb_flash_1m_ruby.o src/agb_flash_1m_sapphire.o: CFLAGS := -O -mthumb-interw src/agb_flash_mx_ruby.o src/agb_flash_mx_sapphire.o: CFLAGS := -O -mthumb-interwork src/m4a_2_ruby.o src/m4a_2_sapphire.o: CC1 := tools/agbcc/bin/old_agbcc -src/m4a_4_ruby.o src/m4a_2_sapphire.o: CC1 := tools/agbcc/bin/old_agbcc +src/m4a_4_ruby.o src/m4a_4_sapphire.o: CC1 := tools/agbcc/bin/old_agbcc src/text_ruby.o src/text_sapphire.o: src/text.c $(GEN_FONT_HEADERS) src/link_ruby.o src/link_sapphire.o: src/link.c $(GEN_LINK_HEADERS) |