From 421855a7b968114ac59422c1faeca968482eccf4 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 24 Apr 2023 20:47:05 -0700 Subject: [PATCH] build: remove old target --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d1c32eebc..07c48ffbe 100644 --- a/Makefile +++ b/Makefile @@ -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: