mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-11 02:45:31 -05:00
Fix default mid2agb Makefile rule
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user