Add lotus-wallet to Makefile
This commit is contained in:
parent
7d2f06cfbd
commit
791aa5c6c8
6
Makefile
6
Makefile
@ -186,6 +186,12 @@ lotus-health:
|
|||||||
.PHONY: lotus-health
|
.PHONY: lotus-health
|
||||||
BINS+=lotus-health
|
BINS+=lotus-health
|
||||||
|
|
||||||
|
lotus-wallet:
|
||||||
|
rm -f lotus-wallet
|
||||||
|
go build -o lotus-stats ./cmd/lotus-wallet
|
||||||
|
.PHONY: lotus-wallet
|
||||||
|
BINS+=lotus-wallet
|
||||||
|
|
||||||
testground:
|
testground:
|
||||||
go build -tags testground -o /dev/null ./cmd/lotus
|
go build -tags testground -o /dev/null ./cmd/lotus
|
||||||
.PHONY: testground
|
.PHONY: testground
|
||||||
|
Loading…
Reference in New Issue
Block a user