mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-24 00:18:39 +00:00
mlr itself builds. TODO: tests custom targets perf/ doc/ probably other stuff I overlooked
8 lines
174 B
Makefile
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
|