diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-09-01 17:19:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 17:19:20 -0400 |
commit | 6de0d61daf33cbd713586fd2827e4326c4f0d587 (patch) | |
tree | a65dc9b5e780eac3ec4b5a4cb9b7741a0e8d0a77 | |
parent | 39c623c8cdaf50c7bcba34e8f1ec7fc81550c6e1 (diff) | |
parent | 69aac07cc16de448de661abbd4ec75b33c562add (diff) |
Merge pull request #463 from PikalaxALT/fix_mid2agb_call
Fix default mid2agb Makefile rule
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |