Skip to content

Commit 0159084

Browse files
committed
fix typo in Makefile
1 parent de508dc commit 0159084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
all:
2-
python setup_dev.py build_ext -i -f
2+
python setup.py build_ext -i -f
33
python setup.py build sdist
44

55
.PHONY: test

0 commit comments

Comments
 (0)