view libutil/Makefile @ 3:90e78243d367

add top Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 17:17:18 +0000
parents 570252e22630
children 2ce0ed560a34
line wrap: on
line source

OBJS=	open_ts.o
LIB=	libutil.a

include ../config.defs

CPPFLAGS=${OSMO_INCLUDE}

all:	${LIB}

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

clean:
	rm -f *.[oa] errs