From 4d30ab77be2435ca3218f002b0bdededeb9cc244 Mon Sep 17 00:00:00 2001 From: Travis Person Date: Tue, 14 Jan 2020 00:50:48 +0000 Subject: [PATCH] Add rice calls to stats and lotus-shed --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 083a15d70..b81840767 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,7 @@ BINS+=lotus-seal-worker lotus-shed: $(BUILD_DEPS) rm -f lotus-shed go build $(GOFLAGS) -o lotus-shed ./cmd/lotus-shed + go run github.com/GeertJohan/go.rice/rice append --exec lotus-shed -i ./build .PHONY: lotus-seal-worker BINS+=lotus-seal-worker @@ -144,6 +145,7 @@ BINS+=bench stats: rm -f stats go build -o stats ./tools/stats + go run github.com/GeertJohan/go.rice/rice append --exec stats -i ./build .PHONY: stats BINS+=stats