summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-02-21 11:08:41 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-02-21 11:08:41 +0100
commit64002a1350ffd7309711c27239b48a9fc89cb847 (patch)
tree45cb4793ad59ac608b86631dc057ce7f391d25ea /Makefile
parent1e9561136f0d5c469335e5aa432e2a508e1d6278 (diff)
downloadtrollius-64002a1350ffd7309711c27239b48a9fc89cb847.tar.gz
Makefile: use "python" (python 2) instead of "python" by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7be69a3..79d50d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Some simple testing tasks (sorry, UNIX only).
-PYTHON=python3
+PYTHON=python
VERBOSE=$(V)
V= 0
FLAGS=