aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-11 23:22:17 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-11 23:22:17 +0100
commit5c7a9258a11d387f33209e07ca7d3271ba8e2a06 (patch)
tree5d7517c298e7f76559ae34f596017c76a8272786 /Makefile
parent71d4bd72b7474ec78fae764ecdb57ee97051ecbd (diff)
Set rust
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1be8bee..8f2acec 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,9 @@ architectures := x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu
default: build
+set_rust:
+ rustup default stable
+
prepare:
rustup target add $(target)
@@ -17,4 +20,4 @@ rpm: build
package: $(architectures)
-.PHONY: default build $(architectures) rpm package prepare
+.PHONY: default build $(architectures) rpm package prepare set_rust