view libutil/Makefile @ 2:d5e9af482548

ota-smswrap-sjs1 program written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Feb 2021 22:21:29 +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