mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-13 11:04:17 -05:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
include $(top_srcdir)/make/shared.am
|
|
|
|
CLEANFILES =
|
|
TESTS =
|
|
noinst_PROGRAMS = $(TESTS)
|
|
|
|
TESTS += string
|
|
string_LDADD = $(top_builddir)/libclayer.la
|
|
string_SOURCES = main.c string.c
|