mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
8 lines
261 B
Makefile
8 lines
261 B
Makefile
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 *.log)
|