python-click-threading/Makefile
2016-12-28 22:51:39 +01:00

8 lines
94 B
Makefile

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