summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/extras/Makefile b/extras/Makefile
deleted file mode 100644
index 66efd0d451..0000000000
--- a/extras/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-all: sdist bdist_wheel
-
-sdist:
- python setup.py sdist
-
-bdist_wheel:
- python setup.py bdist_wheel
-
-.PHONY : sdist bdist_wheel