view libutil/Makefile @ 1:570252e22630

libutil: timeslot opening function
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 07:28:51 +0000
parents
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