From 6f01f3c96e06a00816a061a5f6977fe813f142af Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Thu, 14 Sep 2017 16:57:06 +0200 Subject: add cython build to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98f5614..3f19e8a 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ help : build : $(PYTHON) setup.py build +buildext : + $(PYTHON) setup.py build_ext --inplace + install : $(PYTHON) setup.py install --user -- cgit v1.2.3