add python3 env-var if not set in Makefile
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 6 Jun 2020 23:04:30 +0000 (00:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 6 Jun 2020 23:04:30 +0000 (00:04 +0100)
Makefile

index 32f445b273b65ae91444900d2891be006af01913..da5a74c44acab213e2970d7461e112b97fbad7cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+PYTHON3 ?= "python3"
+
 gitupdate:
        git submodule init
        git submodule update --recursive