view libnumdb/Makefile @ 9:2cc790b66359

libnumdb: implement refresh
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 26 Jun 2022 13:24:47 -0800
parents ffd48df829a7
children 960ffce6c542
line wrap: on
line source

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

all:	${LIB}

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

clean:
	rm -f *.[oa] errs