summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2016-09-08 16:54:45 -0700
committerMarcus Huderle <huderlem@gmail.com>2016-09-08 16:54:45 -0700
commit9bc34addc5bc5b7820095f4cadad21e0c25c6404 (patch)
treea91d55b8e32197a55880d73a1edf97b396ce0b64
parent001e1c77b8e6afd6d0af0ec81496d54219e4c7bd (diff)
Add .aif collateral files to Makefile's clean target.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3f11e0246..94a709b34 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ compare: both
clean:
rm -f $(ROM) $(ELF) $(OBJS) $(pokeruby_OBJS) $(pokesapphire_OBJS) $(C_SRCS:%.c=%.i) pokeruby.map pokesapphire.map
+ rm -f data/music/direct_sound_samples/*.pcm data/music/direct_sound_samples/*.bin
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' \) -exec rm {} +
tidy: