add a make target for shed

This commit is contained in:
whyrusleeping 2019-12-10 11:15:50 +01:00
parent 8d42ca4933
commit 9b95c5e7c4

View File

@ -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