summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-01-07 00:48:44 -0800
committerYamaArashi <shadow962@live.com>2017-01-07 00:48:44 -0800
commit67774fb5dc8272ed4e1c518f06496e9b3e4f120c (patch)
tree247f69204ce303ac068d3555b24d0d107626f0e0
parent1f6776e9915780946af2836a99cfe4a51af7e9db (diff)
no more wave bins
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fb795337..3671dbdbf 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
+ rm -f 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 {} +