diff options
author | yenatch <yenatch@gmail.com> | 2016-06-18 22:06:21 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-06-18 22:06:21 -0400 |
commit | fec4708e80a532238cbc506309673567e95c5933 (patch) | |
tree | 25085388dc54531959dd561ec616a67e20c50a61 | |
parent | 17a36933e147d058a49cae7b5151cb0154bcd4f9 (diff) |
Fix a typo in the makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ include menu.mk src/siirtc_ruby.o src/siirtc_sapphire.o: CFLAGS := -mthumb-interwork -src/agb_flash_ruby.o src/agb_flag_sapphire.o: CFLAGS := -O -mthumb-interwork +src/agb_flash_ruby.o src/agb_flash_sapphire.o: CFLAGS := -O -mthumb-interwork src/agb_flash_1m_ruby.o src/agb_flash_1m_sapphire.o: CFLAGS := -O -mthumb-interwork src/agb_flash_mx_ruby.o src/agb_flash_mx_sapphire.o: CFLAGS := -O -mthumb-interwork |