Skip to content

Commit

Permalink
MAINT typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Jul 16, 2014
1 parent 4e438a9 commit 228bc99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ clean: clean-ctags

in: inplace # just a shortcut
inplace:
rm -f sklearn/utils.sparsefuncs*.so # to avoid errors in 0.15 upgrade
rm -f sklearn/utils/random*.so # to avoid errors in 0.15 upgrade
# to avoid errors in 0.15 upgrade
rm -f sklearn/utils/sparsefuncs*.so
rm -f sklearn/utils/random*.so
$(PYTHON) setup.py build_ext -i

test-code: in
Expand Down

0 comments on commit 228bc99

Please sign in to comment.