diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-07-18 23:42:07 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-07-18 23:42:07 +0000 |
commit | 51e36421073633437625783464700e0e46864833 (patch) | |
tree | fbaad95b09d57caabf89993eff453eeeae65ae9b /test/Makefile.lite | |
parent | 9e617e94d6fa557458e07d8e3f4fc7b5305ba5fa (diff) | |
download | flac-51e36421073633437625783464700e0e46864833.tar.gz |
add *.wav to the cleanup
Diffstat (limited to 'test/Makefile.lite')
-rw-r--r-- | test/Makefile.lite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.lite b/test/Makefile.lite index 0fcb1c00..467ffb8a 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -28,4 +28,4 @@ debug: all release: all clean: - rm -f *.raw *.flac *.cmp ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core + rm -f *.raw *.flac *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core |