mirror of https://github.com/xiph/flac
remove .ogg files in cleaning
This commit is contained in:
parent
9bcf9e8174
commit
eab64574d3
|
@ -25,7 +25,7 @@ EXTRA_DIST = \
|
|||
test_bins.sh
|
||||
|
||||
CLEANFILES = \
|
||||
$(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) $(wildcard *.wav) \
|
||||
$(wildcard *.raw) $(wildcard *.flac) $(wildcard *.ogg) $(wildcard *.cmp) $(wildcard *.wav) \
|
||||
$(wildcard ../../test_files/bins/*.raw) \
|
||||
$(wildcard ../../test_files/bins/*.flac) \
|
||||
$(wildcard ../../test_files/bins/*.cmp) \
|
||||
|
|
|
@ -30,4 +30,4 @@ debug: all
|
|||
release: all
|
||||
|
||||
clean:
|
||||
rm -f *.raw *.flac *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core
|
||||
rm -f *.raw *.flac *.ogg *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core
|
||||
|
|
Loading…
Reference in New Issue