archlinux: Add make rust target

Since rustup is just the installer, we have to use it to
install rust.
This commit is contained in:
Donovan Glover 2018-12-09 23:40:35 -05:00
parent 54c2f73d67
commit 8ac1e0f765
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -36,6 +36,11 @@ yarnconfig:
@yarn config set -- --emoji true @yarn config set -- --emoji true
@yarn config set prefix /usr/local @yarn config set prefix /usr/local
.PHONY: rust
rust:
@rustup install stable
@rustup default stable
.PHONY: clean .PHONY: clean
clean: clean:
@rm -fv PKGBUILDs/**/*.pkg.tar.xz @rm -fv PKGBUILDs/**/*.pkg.tar.xz