summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-31 17:37:03 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-31 17:37:03 -0600
commit46023e742c7704c449ae7ec9c2a592cd923f40e6 (patch)
tree9f6c6591e60f83003f6abccb5a28cfb3004ad2ab /Makefile
parentcb674ce14dc43f99dd76f456e69ab8a90cc3d506 (diff)
parent2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (diff)
Merge branch 'master' into german_debug
Conflicts: asm/pokemon_storage_system.s data/pokemon_storage_system.s src/pokemon/pokemon_1.c src/pokemon/pokemon_storage_system.c sym_common.txt sym_ewram.txt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a021e50b8..9e2a2366e 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 {} +
@@ -161,7 +161,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