Skip to content

Commit 421855a

Browse files
committed
build: remove old target
1 parent 4dcb894 commit 421855a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ bundle-calibrationnet:
5757
bundle-devnet:
5858
BUILD_FIL_NETWORK=devnet cargo run -- -o output/builtin-actors-devnet.car
5959

60-
bundle-wallaby: deps-build
60+
bundle-wallaby:
6161
BUILD_FIL_NETWORK=wallaby cargo run -- -o output/builtin-actors-wallaby.car
6262

63-
bundle-hyperspace: deps-build
63+
bundle-hyperspace:
6464
BUILD_FIL_NETWORK=hyperspace cargo run -- -o output/builtin-actors-hyperspace.car
6565

66-
bundle-devnet-wasm: deps-build
66+
bundle-devnet-wasm:
6767
BUILD_FIL_NETWORK=devnet-wasm cargo run -- -o output/builtin-actors-devnet-wasm.car
6868

6969
bundle-testing:

0 commit comments

Comments
 (0)