Skip to content

Commit

Permalink
Fixes the 'make cython' by adjusting the path to cythonize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Saeger committed Feb 21, 2016
1 parent 4a5a7e1 commit 1601dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ trailing-spaces:
find sklearn -name "*.py" -exec perl -pi -e 's/[ \t]*$$//' {} \;

cython:
python sklearn/_build_utils/cythonize.py sklearn
python build_tools/cythonize.py sklearn

ctags:
# make tags for symbol based navigation in emacs and vim
Expand Down

0 comments on commit 1601dae

Please sign in to comment.