nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit d6629aa6ec471e16b0cab3105eac66d069c19962
parent 40fa74b6253fdab46810b1f6335f2e6f776f0083
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 10 Aug 2023 12:45:09 -0700

make: remove bindings from clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ check: test ./test clean: - rm -rf test bench bindings + rm -rf test bench benches: bench bench-ingest