diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,6 +25,11 @@ fmt: black --include '*.py|markdown_link_style/*.py|tests/*.py' . .PHONY: fmt +develop: + python setup.py develop + pip install -r requirements.txt +.PHONY: develop + build-dist: @python setup.py sdist bdist_wheel .PHONY: build-dist |