9 lines
140 B
Makefile
9 lines
140 B
Makefile
# Build liblists
|
|
|
|
noinst_LIBRARIES = liblists.a
|
|
liblists_a_SOURCES = lists.c
|
|
|
|
noinst_HEADERS = lists.h
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|