Skip to content

Commit 6f01f3c

Browse files
committed
add cython build to makefile
1 parent aaf7ec8 commit 6f01f3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ help :
1515
build :
1616
$(PYTHON) setup.py build
1717

18+
buildext :
19+
$(PYTHON) setup.py build_ext --inplace
20+
1821
install :
1922
$(PYTHON) setup.py install --user
2023

0 commit comments

Comments
 (0)