Skip to content

Commit 0d0108d

Browse files
committed
Makefile: specify package where openmina binary lives
1 parent ee969b0 commit 0d0108d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-ledger: download-circuits ## Build the ledger binary and library, requires
1616

1717
.PHONY: build-release
1818
build-release: ## Build the project in release mode
19-
cargo build --release --bin openmina
19+
cargo build --release --package=cli --bin openmina
2020

2121
.PHONY: build-tests-webrtc
2222
build-tests-webrtc: ## Build tests for WebRTC

0 commit comments

Comments
 (0)