deadsimplekv/Makefile

8 lines
98 B
Makefile
Raw Normal View History

2019-03-01 05:50:06 +00:00
test:
./run_tests.sh
docs:
rm -rf docs
pdoc3 --html --html-dir docs deadsimplekv
.PHONY: docs