From 51be40291ad5b42847e5a5caafedab6037816ed7 Mon Sep 17 00:00:00 2001 From: Phi Date: Sun, 20 Aug 2023 19:58:33 +0200 Subject: [PATCH] Add BUILD_DEPS to lotus-wallet Add BUILD_DEPS to lotus-wallet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 429e93f53..b94c13c0d 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,7 @@ lotus-health: .PHONY: lotus-health BINS+=lotus-health -lotus-wallet: +lotus-wallet: $(BUILD_DEPS) rm -f lotus-wallet $(GOCC) build $(GOFLAGS) -o lotus-wallet ./cmd/lotus-wallet .PHONY: lotus-wallet