From 51e36421073633437625783464700e0e46864833 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 18 Jul 2001 23:42:07 +0000 Subject: [PATCH] add *.wav to the cleanup --- test/Makefile.am | 3 ++- test/Makefile.lite | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.7.4