From 3f90d28639334cbd0f57c7df2af2cf12f8adaf79 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:55:34 +1000 Subject: [PATCH] keep install rust for compatibility with other repos --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1fe5bbb4e..a5a051c4f 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ ifeq ($(shell uname -s),Darwin) MACOS_MIN_VER = -ldflags='-extldflags -mmacosx-version-min=13.0' endif +install_rust: install + install: cargo install --locked --path ./cmd/soroban-cli --debug cargo install --locked --path ./cmd/crates/soroban-test/tests/fixtures/hello --root ./target --debug --quiet