summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc4828f..c043404 100644
--- a/Makefile
+++ b/Makefile
@@ -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