diff --git a/extras/Makefile b/extras/Makefile index 531fae63fc..66efd0d451 100644 --- a/extras/Makefile +++ b/extras/Makefile @@ -4,6 +4,6 @@ sdist: python setup.py sdist bdist_wheel: - python setup.py bdist_wheel --skip-scripts + python setup.py bdist_wheel .PHONY : sdist bdist_wheel