diff options
author | Marcus Huderle <huderlem@gmail.com> | 2016-09-08 18:31:25 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2016-09-08 18:31:25 -0700 |
commit | f5d9daeca38728f67db92a175c37e5a3bc18cee3 (patch) | |
tree | 211afde381e5301f0f4021cc0c20ae74198d49c8 | |
parent | b96fa854e1845deb52a7918395ac337fc8b69560 (diff) |
Cleanup after all .aif-related collateral.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +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/**/*.bin + rm -f data/music/programmable_wave_samples/*.bin data/music/direct_sound_samples/*.bin data/music/**/*.pcm find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' \) -exec rm {} + tidy: |