Fix default mid2agb Makefile rule

This commit is contained in:
PikalaxALT
2021-09-01 17:11:58 -04:00
parent 39c623c8cd
commit 69aac07cc1
+1 -1
View File
@@ -219,7 +219,7 @@ include songs.mk
sound/direct_sound_samples/cry_%.bin: sound/direct_sound_samples/cry_%.aif ; $(AIF) $< $@ --compress
sound/%.bin: sound/%.aif ; $(AIF) $< $@
sound/songs/%.s: sound/songs/%.mid
cd $(@D) && ../../$(MID) $(<F)
$(MID) $< $@
ifeq ($(MODERN),0)
$(C_BUILDDIR)/agb_flash.o: CFLAGS := -O -mthumb-interwork