From cb062511b27f1aba2e1dcafd92e11c9631e2113e Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Fri, 14 Oct 2016 22:41:03 +0200 Subject: [PATCH] Makefile: go with py3 by default this do not affect normal build (python setup.py xxx) the Makefile is just a shortcut for devs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8466626..6bbe134 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # -PY = python +PY = python3 .PHONY: build