Skip to content

Commit

Permalink
keep install rust for compatibility with other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Feb 27, 2024
1 parent 96b6ad5 commit 3f90d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f90d28

Please sign in to comment.