mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
replace CLEANFILES with clean-local: target
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -41,5 +41,5 @@ EXTRA_DIST = \
|
||||
input-VA.flac \
|
||||
input0.cue
|
||||
|
||||
CLEANFILES = \
|
||||
$(wildcard out.*)
|
||||
clean-local:
|
||||
-rm -f out.*
|
||||
|
||||
@@ -80,5 +80,5 @@ EXTRA_DIST = \
|
||||
case61-expect.meta \
|
||||
case62-expect.meta
|
||||
|
||||
CLEANFILES = \
|
||||
$(wildcard out.*)
|
||||
clean-local:
|
||||
-rm -f out.*
|
||||
|
||||
Reference in New Issue
Block a user