mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Initial revision
This commit is contained in:
13
test/Makefile
Normal file
13
test/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# GNU makefile
|
||||
#
|
||||
all: clean
|
||||
./test_unit.sh
|
||||
./test_streams.sh
|
||||
|
||||
debug: all
|
||||
|
||||
release: all
|
||||
|
||||
clean:
|
||||
rm -f *.raw *.flac *.cmp *.log
|
||||
Reference in New Issue
Block a user