Lindenii Project Forge
Login

hare-lmdb

Hare bindings for LMDB

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/example/Makefile (raw)

all: get put

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

.PHONY: all
.SUFFIXES: .ha