view libutil/Makefile @ 4:c2de42994e57

ota-smspp-envelope utility written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Feb 2021 23:41:46 +0000
parents b149db92cb0e
children 86b4f288862d
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	hexstdin.o hexstr.o
LIB=	libutil.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs