diff options
| author | yenatch <yenatch@gmail.com> | 2017-01-06 23:12:47 -0500 |
|---|---|---|
| committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-06 20:12:47 -0800 |
| commit | c7398d66cba7dda9498317708233ebf816dabbea (patch) | |
| tree | 21092fb218207ad3485300d7cca7c164c4c31e33 /Makefile | |
| parent | 17118c1b09bb949f52e4f4d63e6efc0eaa1ada66 (diff) | |
Dump the cries and rewrite aif2pcm. (#156)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -104,7 +104,7 @@ compare_sapphire_rev2: sapphire_rev2 @$(SHA1) sapphire_rev2.sha1 clean: tidy - rm -f sound/programmable_wave_samples/*.bin sound/direct_sound_samples/*.bin sound/**/*.pcm + rm -f sound/programmable_wave_samples/*.bin sound/direct_sound_samples/*.bin rm -f $(SONG_OBJS) find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' \) -exec rm {} + @@ -126,7 +126,6 @@ include generated.mk include misc.mk %.s: ; -%.bin: ; %.png: ; %.pal: ; %.aif: ; @@ -137,8 +136,8 @@ include misc.mk %.gbapal: %.pal ; $(GFX) $< $@ %.lz: % ; $(GFX) $< $@ %.rl: % ; $(GFX) $< $@ -%.pcm: %.aif ; $(AIF) $< $@ -%.bin: %.aif ; $(AIF) $< $@ +%.bin: %.aif ; $(AIF) $< $@ +sound/direct_sound_samples/cry_%.bin: sound/direct_sound_samples/cry_%.aif ; $(AIF) $< $@ --compress sound/songs/%.s: sound/songs/%.mid cd $(@D) && ../../$(MID) $(<F) |
