home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0846dd3
)
Add rust dep recipe
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 25 Oct 2020 13:18:08 +0000
(09:18 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 25 Oct 2020 13:18:08 +0000
(09:18 -0400)
deps/rust/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/deps/rust/Makefile
b/deps/rust/Makefile
new file mode 100644
(file)
index 0000000..
6e72ca1
--- /dev/null
+++ b/
deps/rust/Makefile
@@ -0,0
+1,6
@@
+build: data/rustup.sh
+ sh $<
+
+data/rustup.sh:
+ mkdir -p data
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > $@
This page took
0.029405 seconds
and
4
git commands to generate.