summaryrefslogtreecommitdiffstats
path: root/Modules/zlib/Makefile
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-09-07 00:29:37 (GMT)
committerGitHub <noreply@github.com>2017-09-07 00:29:37 (GMT)
commitd01db1c2a2a71455163a1d3b214cc8dc27201303 (patch)
tree6b089cebac71c3bc48df25985c2911597c559a5b /Modules/zlib/Makefile
parente7c566caf177afe43b57f0b2723e723d880368e8 (diff)
downloadcpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.zip
cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.gz
cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.bz2
bpo-31358: Pull zlib out of the repository (GH-3375)
Also enable building externals by default on Windows, use PCbuild\build.bat's -E option to disable it.
Diffstat (limited to 'Modules/zlib/Makefile')
-rw-r--r--Modules/zlib/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/zlib/Makefile b/Modules/zlib/Makefile
deleted file mode 100644
index 6bba86c..0000000
--- a/Modules/zlib/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- -@echo "Please use ./configure first. Thank you."
-
-distclean:
- make -f Makefile.in distclean