summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fe278e..71be6af 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ doc:
cd docs && make zip
cython:
- cython msgpack/*.pyx
+ cython --cplus msgpack/*.pyx
python3: cython
python3 setup.py build_ext -i -f