From 5c7a9258a11d387f33209e07ca7d3271ba8e2a06 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 11 Mar 2024 23:22:17 +0100 Subject: Set rust --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit