6e72ca1cfa8ca5110380360ff104088dc08f3e4d
[khome.git] / Makefile
1 build: data/rustup.sh
2 sh $<
3
4 data/rustup.sh:
5 mkdir -p data
6 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > $@
This page took 0.060102 seconds and 3 git commands to generate.