miller/c/cli/Makefile.am
Thomas Klausner f498a75b09 Start autoconf/automake based build system.
mlr itself builds.

TODO:
tests
custom targets
perf/
doc/
probably other stuff I overlooked
2015-08-29 12:51:03 +02:00

8 lines
174 B
Makefile

noinst_LTLIBRARIES= libcli.la
libcli_la_CFLAGS= -std=gnu99
libcli_la_CPPFLAGS= -I${srcdir}/../
libcli_la_SOURCES= \
argparse.c \
argparse.h \
mlrcli.c \
mlrcli.h