Skip to content

Commit e72aa01

Browse files
author
Naoki INADA
committed
Fix Makefile
1 parent fb7f2ed commit e72aa01

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
all:
2-
python setup.py build_ext -i -f
3-
python setup.py build
4-
python setup.py sdist
2+
python setup_dev.py build_ext -i -f
3+
python setup.py build sdist
54

65
.PHONY: test
76
test:

0 commit comments

Comments
 (0)