summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2019-08-11 14:31:39 +0000
committernullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2019-08-11 14:37:57 +0000
commit8834fdd3e24e7904973af4ca160c1badbf5bb31a (patch)
tree5a2704fb33c5856fef11a7dbfe558cca4d45a16e /Makefile
parentd75a62af27b3cc472fdbd8facca146f2744d2572 (diff)
Port m4a from pokeemerald
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf08707..f5091ae 100755
--- a/Makefile
+++ b/Makefile
@@ -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 ####