Skip to content

Commit

Permalink
Merge pull request #11616 from filecoin-project/rvagg/build-provider
Browse files Browse the repository at this point in the history
Add lotus-provider to build to match install
  • Loading branch information
snadrus authored and rjan90 committed Mar 21, 2024
1 parent df403c9 commit 425d7e8
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 @@ -124,7 +124,7 @@ lotus-gateway: $(BUILD_DEPS)
.PHONY: lotus-gateway
BINS+=lotus-gateway

build: lotus lotus-miner lotus-worker
build: lotus lotus-miner lotus-worker lotus-provider
@[[ $$(type -P "lotus") ]] && echo "Caution: you have \
an existing lotus binary in your PATH. This may cause problems if you don't run 'sudo make install'" || true

Expand Down

0 comments on commit 425d7e8

Please sign in to comment.