view libnumdb2/Makefile @ 235:bd493b21f215

libnumdb2: port check_nanp.c
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 14 Aug 2023 13:57:10 -0800
parents 44f178901a46
children 38cac1cbe010
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	check_nanp.o readbin.o refresh.o
LIB=	libnumdb.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs