add a make target for shed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user