mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh
|
||||
|
||||
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
|
||||
$(wildcard ../../test_files/*.raw) \
|
||||
$(wildcard ../../test_files/*.flac) \
|
||||
$(wildcard ../../test_files/*.cmp) \
|
||||
$(wildcard ../../test_files/bins/*.raw) \
|
||||
$(wildcard ../../test_files/bins/*.flac) \
|
||||
$(wildcard ../../test_files/bins/*.cmp) \
|
||||
$(wildcard *.log)
|
||||
|
||||
@@ -11,4 +11,4 @@ debug: all
|
||||
release: all
|
||||
|
||||
clean:
|
||||
rm -f *.raw *.flac *.cmp ../../test_files/*.raw *../../test_files/.flac *../../test_files/.cmp *.log core
|
||||
rm -f *.raw *.flac *.cmp ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core
|
||||
|
||||
Reference in New Issue
Block a user