Skip to content

Commit 86d8048

Browse files
committed
renamed the build target
1 parent 06ced3b commit 86d8048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ CONTRACTS=vesting_contract mixnet_contract nym_service_provider_directory nym_na
136136
CONTRACTS_WASM=$(addsuffix .wasm, $(CONTRACTS))
137137
CONTRACTS_OUT_DIR=contracts/target/wasm32-unknown-unknown/release
138138

139-
contracts: build-release-contracts wasm-opt-contracts
139+
contracts: build-release-contracts wasm-opt-contracts canonical-multisig
140140

141-
multisig: prepare-cw-plus build-cw3 build-cw4 opt-cw3 opt-cw4
141+
canonical-multisig: prepare-cw-plus build-cw3 build-cw4 opt-cw3 opt-cw4
142142
prepare-cw-plus:
143143
git -C cw-plus fetch
144144
# make sure to use correct version

0 commit comments

Comments
 (0)