10 lines
186 B
Makefile
10 lines
186 B
Makefile
lib_LIBRARIES = libutils.a
|
|
|
|
libutils_a_SOURCES = \
|
|
string_utils/string_utils.c \
|
|
ast/ast.c \
|
|
lists/lists.c
|
|
|
|
libutils_a_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
noinst_LIBRARIES = libutils.a
|