From e6416acd321b91faba1c1122f35610576a50b102 Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Sun, 17 Sep 2023 15:43:33 -0700 Subject: [PATCH] fix --- utils.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.mk b/utils.mk index 5742ec84..4f86d919 100644 --- a/utils.mk +++ b/utils.mk @@ -22,7 +22,6 @@ define build dfx canister create --all; \ dfx ledger fabricate-cycles --t 100 --canister $$(dfx identity get-wallet); \ dfx build; \ - $(call ic-wasm,.dfx/local/canisters/); \ cd .. endef