Skip to content

Commit 66c90f7

Browse files
author
Guillaume Lemaitre
committed
Add make in
1 parent 20f700c commit 66c90f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ clean:
1616
rm -rf doc/modules
1717
rm -rf examples/.ipynb_checkpoints
1818

19+
in: inplace # just a shortcut
20+
inplace:
21+
$(PYTHON) setup.py build_ext -i
22+
1923
test-code:
2024
$(NOSETESTS) -s -v imblearn
2125

0 commit comments

Comments
 (0)