Merge pull request #1291 from filcloud/fix-shed-make
fix shed make mistake
This commit is contained in:
commit
0b845c9b1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
/lotus-seal-worker
|
/lotus-seal-worker
|
||||||
/lotus-seed
|
/lotus-seed
|
||||||
/lotus-health
|
/lotus-health
|
||||||
|
/lotus-shed
|
||||||
/pond
|
/pond
|
||||||
/townhall
|
/townhall
|
||||||
/fountain
|
/fountain
|
||||||
|
4
Makefile
4
Makefile
@ -77,8 +77,8 @@ lotus-shed: $(BUILD_DEPS)
|
|||||||
rm -f lotus-shed
|
rm -f lotus-shed
|
||||||
go build $(GOFLAGS) -o lotus-shed ./cmd/lotus-shed
|
go build $(GOFLAGS) -o lotus-shed ./cmd/lotus-shed
|
||||||
go run github.com/GeertJohan/go.rice/rice append --exec lotus-shed -i ./build
|
go run github.com/GeertJohan/go.rice/rice append --exec lotus-shed -i ./build
|
||||||
.PHONY: lotus-seal-worker
|
.PHONY: lotus-shed
|
||||||
BINS+=lotus-seal-worker
|
BINS+=lotus-shed
|
||||||
|
|
||||||
build: lotus lotus-storage-miner lotus-seal-worker
|
build: lotus lotus-storage-miner lotus-seal-worker
|
||||||
@[[ $$(type -P "lotus") ]] && echo "Caution: you have \
|
@[[ $$(type -P "lotus") ]] && echo "Caution: you have \
|
||||||
|
Loading…
Reference in New Issue
Block a user