5 lines
90 B
Makefile
5 lines
90 B
Makefile
|
|
|
||
|
|
noinst_PROGRAMS = test
|
||
|
|
test_SOURCES = test.c
|
||
|
|
test_LDADD = $(top_builddir)/src/libffts.la
|