python-click-threading/Makefile

8 lines
94 B
Makefile

release:
python setup.py sdist bdist_wheel upload
docs:
cd docs && make html
.PHONY: docs