X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/a04ba49c504d5ffa2fd902e210875c0a41c62d91..c8e8dc12917c95a190e538db96ec72f2754f4690:/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