We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7f2ed commit e72aa01Copy full SHA for e72aa01
1 file changed
Makefile
@@ -1,7 +1,6 @@
1
all:
2
- python setup.py build_ext -i -f
3
- python setup.py build
4
- python setup.py sdist
+ python setup_dev.py build_ext -i -f
+ python setup.py build sdist
5
6
.PHONY: test
7
test:
0 commit comments