diff --git a/test/Makefile.am b/test/Makefile.am index 4d7182cc..16fb4c1f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -63,6 +63,7 @@ CLEANFILES = \ $(wildcard *.flac) \ $(wildcard *.ogg) \ $(wildcard *.cmp) \ + $(wildcard *.aiff) \ $(wildcard *.wav) \ $(wildcard ../../test_files/bins/*.raw) \ $(wildcard ../../test_files/bins/*.flac) \ diff --git a/test/Makefile.lite b/test/Makefile.lite index 7566ba99..95dbf604 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -45,4 +45,4 @@ valgrind: all release : all clean: - rm -f *.raw *.flac *.ogg *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.diff *.log *.cue core + rm -f *.raw *.flac *.ogg *.cmp *.aiff *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.diff *.log *.cue core