Merge pull request #11616 from filecoin-project/rvagg/build-provider
Add lotus-provider to build to match install
This commit is contained in:
parent
b11a72d791
commit
b37945fe31
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user