diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-02-01 10:00:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-01 10:00:55 -0600 |
| commit | b4f83b4f0fcce8c06a6a5a5fd541fb76b1fe9f4c (patch) | |
| tree | b047005edadccfe158ee67f1abd8b954a65e24a6 /Makefile | |
| parent | d2c17c7fb3ba6149b4e278bd3b644cd4d4d240e2 (diff) | |
| parent | 26b371e080014e26707c6506de20a05ebac1ed5b (diff) | |
Merge pull request #531 from DizzyEggg/lol
CgbSound
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -130,8 +130,7 @@ $(C_BUILDDIR)/agb_flash.o: CFLAGS := -O -mthumb-interwork $(C_BUILDDIR)/agb_flash_1m.o: CFLAGS := -O -mthumb-interwork $(C_BUILDDIR)/agb_flash_mx.o: CFLAGS := -O -mthumb-interwork -$(C_BUILDDIR)/m4a_2.o: CC1 := tools/agbcc/bin/old_agbcc -$(C_BUILDDIR)/m4a_4.o: CC1 := tools/agbcc/bin/old_agbcc +$(C_BUILDDIR)/m4a.o: CC1 := tools/agbcc/bin/old_agbcc $(C_BUILDDIR)/record_mixing.o: CFLAGS += -ffreestanding |
