Merge pull request #11187 from filecoin-project/fix/lotus-wallet-build

fix: build: Allow lotus-wallet to be built independently
This commit is contained in:
Łukasz Magiera 2023-08-21 13:39:31 +02:00 committed by GitHub
commit 92f31ee0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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