summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac0a755..5c42fb3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,9 @@ PYTHON36=python3.6
PYTHON37=python3.7
PYTHON38=python3.8
PYTHON39=python3.9
-PYTHON=/usr/bin/python
+PYTHON2=/usr/bin/python2
PYTHON3=/usr/bin/python3
+PYTHON=${PYTHON3}
IANA=./tz
IANA_GIT=https://github.com/eggert/tz.git