5 lines
105 B
Makefile
5 lines
105 B
Makefile
|
noinst_PROGRAMS = graph_tests
|
||
|
|
||
|
graph_tests_SOURCES = graph_tests.c
|
||
|
graph_tests_LDADD = ../src/libcmph.la
|