projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48d4a6
)
add python3 env-var if not set in Makefile
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 6 Jun 2020 23:04:30 +0000
(
00:04
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 6 Jun 2020 23:04:30 +0000
(
00:04
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 32f445b273b65ae91444900d2891be006af01913..da5a74c44acab213e2970d7461e112b97fbad7cd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,3
+1,5
@@
+PYTHON3 ?= "python3"
+
gitupdate:
git submodule init
git submodule update --recursive