add rice for good health

allows lotus-health to be compiled and distributed properly
This commit is contained in:
ognots 2020-01-14 12:14:59 -05:00
parent 3953227702
commit 5a42bb166e

View File

@ -152,6 +152,8 @@ BINS+=stats
health:
rm -f lotus-health
go build -o lotus-health ./cmd/lotus-health
go run github.com/GeertJohan/go.rice/rice append --exec lotus-health -i ./build
.PHONY: health
BINS+=health