view libutil/Makefile @ 2:26383ed8b79f

test-fsk: starting as a copy of test-voice
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Mar 2024 21:03:19 -0800
parents 35c0d9f03c0a
children e80b0051cd92
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	bitfunc.o crc8gen.o sockinit.o tfo_msg_enc.o
LIB=	libutil.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs