make: lotus-seed target

This commit is contained in:
Łukasz Magiera 2019-11-25 23:25:33 +01:00
parent 265b90e95b
commit 2421f5d589
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/lotus
/lotus-storage-miner
/lotus-seed
/pond
/townhall
/fountain

View File

@ -75,6 +75,13 @@ lotus-storage-miner: $(BUILD_DEPS)
.PHONY: lotus-storage-miner
lotus-seed: $(BUILD_DEPS)
rm -f lotus-seed
go build -o lotus-seed ./cmd/lotus-seed
go run github.com/GeertJohan/go.rice/rice append --exec lotus-seed -i ./build
.PHONY: lotus-seed
CLEAN+=lotus-storage-miner
build: lotus lotus-storage-miner