Makefile: go with py3 by default

this do not affect normal build (python setup.py xxx)
the Makefile is just a shortcut for devs
This commit is contained in:
Davide Andreoli 2016-10-14 22:41:03 +02:00
parent fa5b944f31
commit cb062511b2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#
PY = python
PY = python3
.PHONY: build