diff --git a/Makefile b/Makefile index 429e93f536d..b94c13c0d6b 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