Add rust dep recipe
[khome.git] / deps / rust / Makefile
diff --git a/deps/rust/Makefile b/deps/rust/Makefile
new file mode 100644 (file)
index 0000000..6e72ca1
--- /dev/null
@@ -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.023187 seconds and 4 git commands to generate.