Lindenii Project Forge
Login

hare-lmdb

Hare bindings for LMDB
Commit info
ID
352d239ea2ecaf0b6915e25b7e246c0c3db3f25f
Author
Runxi Yu <me@runxiyu.org>
Author date
Fri, 14 Mar 2025 01:09:14 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Fri, 14 Mar 2025 01:09:14 +0800
Actions
Add a Makefile for the example
all: get put

.ha:
	hare build -o $@ -llmdb $<

.PHONY: all
.SUFFIXES: .ha