Files
flac/test/Makefile.lite

15 lines
222 B
Makefile
Raw Normal View History

2000-12-10 04:09:52 +00:00
#
# GNU makefile
#
all: clean
./test_unit.sh
./test_streams.sh
2001-05-27 18:34:20 +00:00
./test_bins.sh
2000-12-10 04:09:52 +00:00
debug: all
release: all
clean:
2001-05-30 19:38:09 +00:00
rm -f *.raw *.flac *.cmp ../../test_files/*.raw *../../test_files/.flac *../../test_files/.cmp *.log core