diff libnumdb2/Makefile @ 236:38cac1cbe010

libnumdb2: port check_short.c
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 14 Aug 2023 14:16:07 -0800
parents bd493b21f215
children
line wrap: on
line diff
--- a/libnumdb2/Makefile	Mon Aug 14 13:57:10 2023 -0800
+++ b/libnumdb2/Makefile	Mon Aug 14 14:16:07 2023 -0800
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	check_nanp.o readbin.o refresh.o
+OBJS=	check_nanp.o check_short.o readbin.o refresh.o
 LIB=	libnumdb.a
 
 all:	${LIB}