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-27 18:34:20 +00:00
|
|
|
rm -f *.raw *.flac *.cmp *.log core
|