diff 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 diff
--- a/libnumdb2/Makefile	Mon Aug 14 13:17:07 2023 -0800
+++ b/libnumdb2/Makefile	Mon Aug 14 13:57:10 2023 -0800
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	readbin.o refresh.o
+OBJS=	check_nanp.o readbin.o refresh.o
 LIB=	libnumdb.a
 
 all:	${LIB}