make: lotus-seed target
This commit is contained in:
parent
265b90e95b
commit
2421f5d589
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
/lotus
|
/lotus
|
||||||
/lotus-storage-miner
|
/lotus-storage-miner
|
||||||
|
/lotus-seed
|
||||||
/pond
|
/pond
|
||||||
/townhall
|
/townhall
|
||||||
/fountain
|
/fountain
|
||||||
|
7
Makefile
7
Makefile
@ -75,6 +75,13 @@ lotus-storage-miner: $(BUILD_DEPS)
|
|||||||
|
|
||||||
.PHONY: lotus-storage-miner
|
.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
|
CLEAN+=lotus-storage-miner
|
||||||
|
|
||||||
build: lotus lotus-storage-miner
|
build: lotus lotus-storage-miner
|
||||||
|
Loading…
Reference in New Issue
Block a user