8 lines
276 B
Makefile
8 lines
276 B
Makefile
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh
|
|
|
|
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
|
|
$(wildcard ../../test_files/bins/*.raw) \
|
|
$(wildcard ../../test_files/bins/*.flac) \
|
|
$(wildcard ../../test_files/bins/*.cmp) \
|
|
$(wildcard *.log)
|