add a make target for shed
This commit is contained in:
parent
8d42ca4933
commit
9b95c5e7c4
6
Makefile
6
Makefile
@ -70,6 +70,12 @@ lotus-seal-worker: $(BUILD_DEPS)
|
|||||||
.PHONY: lotus-seal-worker
|
.PHONY: lotus-seal-worker
|
||||||
BINS+=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
|
build: lotus lotus-storage-miner lotus-seal-worker
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user