mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
|
CFLAGS = @CFLAGS@
|
||
|
|
|
||
|
|
noinst_PROGRAMS = test_streams
|
||
|
|
test_streams_SOURCES = \
|
||
|
|
main.c
|
||
|
|
test_streams_LDFLAGS = -lm
|
||
|
|
|
||
|
|
CLEANFILES = $(wildcard *.raw)
|