diff --git a/Makefile b/Makefile index b7d0f98e2..04f88a6b8 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,12 @@ lotus-seal-worker: $(BUILD_DEPS) .PHONY: lotus-seal-worker BINS+=lotus-seal-worker +lotus-shed: $(BUILD_DEPS) + rm -f lotus-shed + go build $(GOFLAGS) -o lotus-shed ./cmd/lotus-shed +.PHONY: lotus-seal-worker +BINS+=lotus-seal-worker + build: lotus lotus-storage-miner lotus-seal-worker .PHONY: build