summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-01-06 23:12:47 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-01-06 20:12:47 -0800
commitc7398d66cba7dda9498317708233ebf816dabbea (patch)
tree21092fb218207ad3485300d7cca7c164c4c31e33 /Makefile
parent17118c1b09bb949f52e4f4d63e6efc0eaa1ada66 (diff)
Dump the cries and rewrite aif2pcm. (#156)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 11f59093c..dbdf82516 100644
--- a/Makefile
+++ b/Makefile
@@ -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)