summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Makefile b/extras/Makefile
index ff14f404e2..66efd0d451 100644
--- a/extras/Makefile
+++ b/extras/Makefile
@@ -4,6 +4,6 @@ sdist:
python setup.py sdist
bdist_wheel:
- python -c "import setuptools;__file__='setup.py';exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))" bdist_wheel
+ python setup.py bdist_wheel
.PHONY : sdist bdist_wheel