From c47c84e5f167238cbcb14e486fb72655499553f8 Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Mon, 3 Jun 2024 03:08:15 +0300 Subject: [PATCH] trying Signed-off-by: Georgi Georgiev --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4adb23c..bc9c9b7 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ build-headers: test: echo-arch build-headers build-rust test-rust build-java echo arch: - echo $(shell echo uname -m) + echo uname -m # Run the Rust tests. test-rust: test-rust-$(build_arch)-$(build_os)