From 7a47aeaf6475115b97c272acfd5b602188d56ff8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 7 Jun 2020 00:04:30 +0100 Subject: [PATCH] add python3 env-var if not set in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 32f445b2..da5a74c4 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +PYTHON3 ?= "python3" + gitupdate: git submodule init git submodule update --recursive -- 2.30.2