From: Josh Coalson Date: Wed, 18 Jul 2001 23:42:07 +0000 (+0000) Subject: add *.wav to the cleanup X-Git-Tag: 1.2.0~2148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51e36421073633437625783464700e0e46864833;p=platform%2Fupstream%2Fflac.git add *.wav to the cleanup --- diff --git a/test/Makefile.am b/test/Makefile.am index 55a9d5d..da56807 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,7 +17,8 @@ TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh -CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \ +CLEANFILES = \ + $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) $(wildcard *.wav) \ $(wildcard ../../test_files/bins/*.raw) \ $(wildcard ../../test_files/bins/*.flac) \ $(wildcard ../../test_files/bins/*.cmp) \ diff --git a/test/Makefile.lite b/test/Makefile.lite index 0fcb1c0..467ffb8 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