File: Makefile

package info (click to toggle)
python-click-threading 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: python: 336; makefile: 200
file content (7 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
release:
	python setup.py sdist bdist_wheel upload

docs:
	cd docs && make html

.PHONY: docs