damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 1bc4971111395e879d9b83740433b492135bf9ec
parent 6ce6c79160061106cf85fbd5f8bf7df1b10e66d5
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 22 Dec 2023 17:10:54 -0800

nostrdb/add libnostrdb.a

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnostrdb/Makefile | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nostrdb/Makefile b/nostrdb/Makefile @@ -20,7 +20,10 @@ BIN=ndb CHECKDATA=testdata/db/v0/data.mdb -all: lib ndb +all: lib ndb libnostrdb.a + +libnostrdb.a: $(OBJS) + ar rcs $@ $(OBJS) lib: benches test