Add lotus-provider to build to match install

This commit is contained in:
Rod Vagg 2024-02-12 22:44:11 +11:00
parent ca877940a0
commit 16b3f12c8e
No known key found for this signature in database
GPG Key ID: C273792F7D83545D

View File

@ -124,7 +124,7 @@ lotus-gateway: $(BUILD_DEPS)
.PHONY: lotus-gateway .PHONY: lotus-gateway
BINS+=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 \ @[[ $$(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 an existing lotus binary in your PATH. This may cause problems if you don't run 'sudo make install'" || true