Files
flac/src/test_streams/Makefile.am

9 lines
142 B
Makefile
Raw Normal View History

2001-01-19 22:39:39 +00:00
CFLAGS = @CFLAGS@
noinst_PROGRAMS = test_streams
test_streams_SOURCES = \
main.c
test_streams_LDFLAGS = -lm
CLEANFILES = $(wildcard *.raw)