Skip to content

Commit

Permalink
build: remove old target
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Apr 25, 2023
1 parent 4dcb894 commit 421855a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ bundle-calibrationnet:
bundle-devnet:
BUILD_FIL_NETWORK=devnet cargo run -- -o output/builtin-actors-devnet.car

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

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

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

bundle-testing:
Expand Down

0 comments on commit 421855a

Please sign in to comment.