diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-12 21:08:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-12 21:08:06 -0400 |
| commit | 807e03c25d6acd9e5c2bf5337a078b2dfb90f4d9 (patch) | |
| tree | f834927206547939d8ed4ee9e62e050ff6c8f4f9 /Makefile | |
| parent | c52ba041cb793fc3154ab4244796fd5814bfbf18 (diff) | |
| parent | ff795fa8347f111163ef033a4ae132a3a3caf1eb (diff) | |
Merge pull request #107 from jiangzhengwenjz/battle
battle (2nd take)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -197,6 +197,7 @@ $(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)/flying.o: CFLAGS += -ffreestanding ifeq ($(NODEP),1) $(C_BUILDDIR)/%.o: c_dep := |
