Skip to content

Commit

Permalink
Merge pull request #11187 from filecoin-project/fix/lotus-wallet-build
Browse files Browse the repository at this point in the history
fix: build: Allow lotus-wallet to be built independently
  • Loading branch information
magik6k authored Aug 21, 2023
2 parents 2ee879d + 51be402 commit 92f31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92f31ee

Please sign in to comment.