5 lines
131 B
Makefile
5 lines
131 B
Makefile
TESTS = ./test_unit.sh ./test_streams.sh
|
|
|
|
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
|
|
$(wildcard *.log)
|