minor fixes

This commit is contained in:
Josh Coalson
2001-06-06 16:38:22 +00:00
parent a68345b63c
commit 9e03c444d2
2 changed files with 4 additions and 4 deletions

View File

@@ -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)

View File

@@ -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