From b37945fe31385ad326c22830e829605154b49efa Mon Sep 17 00:00:00 2001 From: "Andrew Jackson (Ajax)" Date: Wed, 28 Feb 2024 09:58:18 -0800 Subject: [PATCH] Merge pull request #11616 from filecoin-project/rvagg/build-provider Add lotus-provider to build to match install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a17b50d09..236d2d98e 100644 --- a/Makefile +++ b/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