5 lines
119 B
Makefile
5 lines
119 B
Makefile
AM_CFLAGS = -I$(srcdir)/../lib
|
|
noinst_PROGRAMS = test_qr
|
|
test_qr_SOURCES = test_qr.c
|
|
AM_LDFLAGS = -lm -L../lib -llmfit
|