Skip to content

Commit 98e39fc

Browse files
Tidy up makefile install target (#2541)
1 parent 9ee3b3a commit 98e39fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ ifeq ($(shell uname -s),Darwin)
2525
MACOS_MIN_VER = -ldflags='-extldflags -mmacosx-version-min=13.0'
2626
endif
2727

28-
install_rust: install
29-
3028
install:
3129
cargo install --force --locked --path ./cmd/stellar-cli --debug
30+
31+
build-fixtures:
3232
cargo install --force --locked --path ./cmd/crates/soroban-test/tests/fixtures/hello --root ./target --debug --quiet
3333
cargo install --force --locked --path ./cmd/crates/soroban-test/tests/fixtures/bye --root ./target --debug --quiet
3434

@@ -41,7 +41,7 @@ build:
4141
build-test-wasms:
4242
cargo build --package 'test_*' --profile test-wasms --target wasm32v1-none
4343

44-
build-test: build-test-wasms install
44+
build-test: build-test-wasms build-fixtures install
4545

4646
docs:
4747
cargo run --package doc-gen --features additional-libs

0 commit comments

Comments
 (0)