Add lotus-wallet to Makefile

This commit is contained in:
Łukasz Magiera 2020-10-09 01:37:17 +02:00
parent 7d2f06cfbd
commit 791aa5c6c8

View File

@ -186,6 +186,12 @@ lotus-health:
.PHONY: 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:
go build -tags testground -o /dev/null ./cmd/lotus
.PHONY: testground