From 16b3f12c8eb2ed4fd344d7c6b2ccd7d57589b5c7 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 12 Feb 2024 22:44:11 +1100 Subject: [PATCH] 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