view libnumdb/Makefile @ 8:db3c657efafa

themwi-short-dial: old source as starting point
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Dec 2023 03:39:48 +0000
parents 6534965175dd
children 3d6cfb615d90
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2 -I../build-inc
OBJS=	check_nanp.o check_short.o readbin.o refresh.o
LIB=	libnumdb.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs