summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d51c384..cc4828f 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ test:
nosetests
.PHONY: test
+fmt:
+ black --include '*.py|markdown_link_style/*.py|tests/*.py' .
+.PHONY: fmt
+
build-dist:
@python setup.py sdist bdist_wheel
.PHONY: build-dist