deadsimplekv/Makefile
2019-03-01 10:40:49 -06:00

8 lines
98 B
Makefile

test:
./run_tests.sh
docs:
rm -rf docs
pdoc3 --html --html-dir docs deadsimplekv
.PHONY: docs