From 5a42bb166ef8059027213f08b758171ee614d590 Mon Sep 17 00:00:00 2001 From: ognots Date: Tue, 14 Jan 2020 12:14:59 -0500 Subject: [PATCH] add rice for good health allows lotus-health to be compiled and distributed properly --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 499dc488f..b839347dc 100644 --- a/Makefile +++ b/Makefile @@ -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