comparison libutil/Makefile @ 4:2ce0ed560a34

libutil: implement stdin handler
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 17:58:32 +0000
parents 570252e22630
children
comparison
equal deleted inserted replaced
3:90e78243d367 4:2ce0ed560a34
1 OBJS= open_ts.o 1 OBJS= open_ts.o stdin_handler.o
2 LIB= libutil.a 2 LIB= libutil.a
3 3
4 include ../config.defs 4 include ../config.defs
5 5
6 CPPFLAGS=${OSMO_INCLUDE} 6 CPPFLAGS=${OSMO_INCLUDE}