summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-28 16:13:05 -0800
committerGitHub <noreply@github.com>2018-01-28 16:13:05 -0800
commita0a8f47937ece67caded7c469e2f627e87c79e4b (patch)
treee78d70646220f067f5dcfbcdacac30eb6d777958 /Makefile
parente92ead0e159ccaa8301b189b9ef2bb1a33b2ea62 (diff)
parentdfd9623588b773768189d0f1d472ae164908b004 (diff)
Merge pull request #556 from huderlem/sc88
Friendly filenames for directsound samples
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eda7fb2c2..91abef07a 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ ifeq ($(COMPARE),1)
endif
clean: tidy
- $(RM) sound/direct_sound_samples/*.bin
+ find sound/direct_sound_samples \( -iname '*.bin' \) -exec rm {} +
$(RM) $(ALL_OBJECTS)
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' \) -exec rm {} +
@@ -160,7 +160,7 @@ include override.mk
#### Sound Rules ####
-sound/direct_sound_samples/cry_%.bin: sound/direct_sound_samples/cry_%.aif
+sound/direct_sound_samples/cries/cry_%.bin: sound/direct_sound_samples/cries/cry_%.aif
$(AIF2PCM) $< $@ --compress
sound/%.bin: sound/%.aif