Python-StreamedRequests/Makefile

10 lines
134 B
Makefile
Raw Permalink Normal View History

2019-07-04 08:26:32 +00:00
test:
./run_tests.sh
docs:
rm -rf docs
pdoc3 --html --html-dir docs deadsimplekv
cd docs/deadsimplekv; \
mv * ../
.PHONY: docs