mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
mlr itself builds. TODO: tests custom targets perf/ doc/ probably other stuff I overlooked
4 lines
144 B
Makefile
4 lines
144 B
Makefile
noinst_LTLIBRARIES= libstream.la
|
|
libstream_la_SOURCES= stream.c stream.h
|
|
libstream_la_CPPFLAGS= -I${srcdir}/../
|
|
libstream_la_CFLAGS= -std=gnu99
|