summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-12 11:53:44 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-10-12 11:53:44 -0500
commitc7dffae4c16865f805aba24fbc67ec878f3131b7 (patch)
treef77289138be10edf13f6c31eb7dd979e265b6d21 /Makefile
parent5bf70e55320bd9109c1558be4dd46fb9cc6f6798 (diff)
Add m4a_2.c
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d71ca6..7860c3c 100755
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,9 @@ tidy:
%.lz: % ; $(GFX) $< $@
%.rl: % ; $(GFX) $< $@
+$(C_BUILDDIR)/m4a_2.o: CC1 := tools/agbcc/bin/old_agbcc
+$(C_BUILDDIR)/m4a_4.o: CC1 := tools/agbcc/bin/old_agbcc
+
ifeq ($(NODEP),)
$(C_BUILDDIR)/%.o: c_dep = $(shell $(SCANINC) -I include $(C_SUBDIR)/$*.c)
else