diff options
author | YamaArashi <shadow962@live.com> | 2017-01-07 00:48:44 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-07 00:48:44 -0800 |
commit | 67774fb5dc8272ed4e1c518f06496e9b3e4f120c (patch) | |
tree | 247f69204ce303ac068d3555b24d0d107626f0e0 | |
parent | 1f6776e9915780946af2836a99cfe4a51af7e9db (diff) |
no more wave bins
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {} + |