view libutil/Makefile @ 6:3ab5e2e17da2 default tip

add README
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 29 Aug 2024 14:56:30 +0000
parents e5527fc2050b
children
line wrap: on
line source

OBJS=	open_ts.o stdin_handler.o
LIB=	libutil.a

include ../config.defs

CPPFLAGS=${OSMO_INCLUDE}

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs