diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-20 14:52:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-20 14:52:34 -0500 |
commit | 9f604fe56c83a904c3c2eeeede3d8b73cb6f94a1 (patch) | |
tree | d6fde00a5c5a89ecfbc60a6ad858bb0f35968a2f /Makefile | |
parent | 9bdd62d651c6d765bf48b2cd396a3e64d26e739c (diff) | |
parent | 487d45ce895ddc6cc418e03f7dee61fd36eabb02 (diff) |
Merge pull request #189 from jiangzhengwenjz/nonmatching
fake match sub_815DC8C
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ $(C_BUILDDIR)/m4a.o: CC1 := tools/agbcc/bin/old_agbcc $(C_BUILDDIR)/isagbprn.o: CC1 := tools/agbcc/bin/old_agbcc $(C_BUILDDIR)/isagbprn.o: CFLAGS := -mthumb-interwork -#$(C_BUILDDIR)/trainer_tower.o: CFLAGS += -ffreestanding +$(C_BUILDDIR)/trainer_tower.o: CFLAGS += -ffreestanding $(C_BUILDDIR)/flying.o: CFLAGS += -ffreestanding ifeq ($(NODEP),1) |