diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2019-08-11 14:31:39 +0000 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2019-08-11 14:37:57 +0000 |
commit | 8834fdd3e24e7904973af4ca160c1badbf5bb31a (patch) | |
tree | 5a2704fb33c5856fef11a7dbfe558cca4d45a16e /Makefile | |
parent | d75a62af27b3cc472fdbd8facca146f2744d2572 (diff) |
Port m4a from pokeemerald
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -63,8 +63,7 @@ $(BUILD_DIR)/src/agb_flash.o : CC1FLAGS := -O -mthumb-interwork $(BUILD_DIR)/src/agb_flash_1m.o: CC1FLAGS := -O -mthumb-interwork $(BUILD_DIR)/src/agb_flash_mx.o: CC1FLAGS := -O -mthumb-interwork -$(BUILD_DIR)/src/m4a_2.o: CC1 := tools/agbcc/bin/old_agbcc -$(BUILD_DIR)/src/m4a_4.o: CC1 := tools/agbcc/bin/old_agbcc +$(BUILD_DIR)/src/m4a.o: CC1 := tools/agbcc/bin/old_agbcc #### Main Rules #### |