diff options
author | Marcus Huderle <huderlem@gmail.com> | 2016-09-10 11:20:50 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2016-09-10 11:20:50 -0700 |
commit | 7e3abfac163159c5b2f9b8bb246f7ac3085c9beb (patch) | |
tree | 58609d7b61d7ef5d83e554e3c0ab38ce704fb32c | |
parent | b613eb4301fc0719fba651a678f1f640c8fe9543 (diff) |
Update 'make clean' directories.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,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/programmable_wave_samples/*.bin data/music/direct_sound_samples/*.bin data/music/**/*.pcm + rm -f sound/programmable_wave_samples/*.bin sound/direct_sound_samples/*.bin sound/**/*.pcm find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' \) -exec rm {} + tidy: |