Python-StreamedRequests/Makefile
2019-07-04 03:26:32 -05:00

10 lines
134 B
Makefile

test:
./run_tests.sh
docs:
rm -rf docs
pdoc3 --html --html-dir docs deadsimplekv
cd docs/deadsimplekv; \
mv * ../
.PHONY: docs