Merge pull request #1291 from filcloud/fix-shed-make

fix shed make mistake
This commit is contained in:
Whyrusleeping 2020-02-25 10:47:16 -08:00 committed by GitHub
commit 0b845c9b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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