view src/Makefile @ 4:be04d84f5468

add top Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Jul 2024 18:52:34 +0000
parents d10ea5dc61b3
children 1bb26347e253
line wrap: on
line source

OBJS=	twjit.o
LIB=	libtwrtp.a

include ../config.defs

CPPFLAGS=${OSMO_INCLUDE} -I../build-inc

all:	${LIB}

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

clean:
	rm -f *.[oa] errs