From 18a1e45047c997e83a10514c9dc138a9d0f30f62 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 23 Dec 2023 15:23:57 -0800 Subject: [PATCH] test fix build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6b5cee..19537eb 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,11 @@ BIN=ndb CHECKDATA=testdata/db/v0/data.mdb +all: lib ndb libnostrdb.a + %.o: %.c $(HEADERS) $(CC) $(CFLAGS) -c -o $@ $< -all: lib ndb libnostrdb.a - libnostrdb.a: $(OBJS) ar rcs $@ $(OBJS)