From: Luke Kenneth Casson Leighton Date: Sat, 6 Jun 2020 23:04:30 +0000 (+0100) Subject: add python3 env-var if not set in Makefile X-Git-Tag: div_pipeline~520 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=7a47aeaf6475115b97c272acfd5b602188d56ff8 add python3 env-var if not set in Makefile --- 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