Skip to content
GitLab
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
0f325b07
Commit
0f325b07
authored
Sep 11, 2007
by
Josh Coalson
Browse files
replace CLEANFILES with clean-local: target
parent
0f008d2e
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/Makefile.am
View file @
0f325b07
...
...
@@ -47,15 +47,5 @@ EXTRA_DIST = \
test_streams.sh
\
test_bins.sh
CLEANFILES
=
\
$(
wildcard
*
.raw
)
\
$(
wildcard
*
.flac
)
\
$(
wildcard
*
.oga
)
\
$(
wildcard
*
.ogg
)
\
$(
wildcard
*
.cmp
)
\
$(
wildcard
*
.aiff
)
\
$(
wildcard
*
.wav
)
\
$(
wildcard
*
.diff
)
\
$(
wildcard
*
.log
)
\
$(
wildcard
*
.cue
)
\
core
clean-local
:
-
rm
-f
*
.raw
*
.flac
*
.oga
*
.ogg
*
.cmp
*
.aiff
*
.wav
*
.diff
*
.log
*
.cue core
test/flac-to-flac-metadata-test-files/Makefile.am
View file @
0f325b07
...
...
@@ -41,5 +41,5 @@ EXTRA_DIST = \
input-VA.flac
\
input0.cue
CLEANFILES
=
\
$(
wildcard
out.
*
)
clean-local
:
-
rm
-f
out.
*
test/metaflac-test-files/Makefile.am
View file @
0f325b07
...
...
@@ -80,5 +80,5 @@ EXTRA_DIST = \
case61-expect.meta
\
case62-expect.meta
CLEANFILES
=
\
$(
wildcard
out.
*
)
clean-local
:
-
rm
-f
out.
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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