Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
51e36421
Commit
51e36421
authored
Jul 18, 2001
by
Josh Coalson
Browse files
add *.wav to the cleanup
parent
9e617e94
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/Makefile.am
View file @
51e36421
...
...
@@ -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
)
\
...
...
test/Makefile.lite
View file @
51e36421
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment