summaryrefslogtreecommitdiff
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 5828ed4..a1edc88 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@
all: cython
python setup.py build_ext -i -f
+.PHONY: black
+black:
+ black .
+
.PHONY: cython
cython:
cython --cplus msgpack/_cmsgpack.pyx