diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-02-21 11:08:41 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-02-21 11:08:41 +0100 |
commit | 64002a1350ffd7309711c27239b48a9fc89cb847 (patch) | |
tree | 45cb4793ad59ac608b86631dc057ce7f391d25ea /Makefile | |
parent | 1e9561136f0d5c469335e5aa432e2a508e1d6278 (diff) | |
download | trollius-64002a1350ffd7309711c27239b48a9fc89cb847.tar.gz |
Makefile: use "python" (python 2) instead of "python" by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Some simple testing tasks (sorry, UNIX only). -PYTHON=python3 +PYTHON=python VERBOSE=$(V) V= 0 FLAGS= |