We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a648ac commit 5963e48Copy full SHA for 5963e48
build_inplace
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
3
python setup.py build_ext --inplace "$@"
4
+test -d build && python setup.py clean
5
0 commit comments