add rice box to required binaries

This commit is contained in:
Travis Person 2021-08-18 17:25:39 +00:00
parent 15d90c24ed
commit 8c586d7f7c

View File

@ -176,7 +176,8 @@ lotus-townhall-app: lotus-touch lotus-townhall-front
lotus-fountain:
rm -f lotus-fountain
go build -o lotus-fountain ./cmd/lotus-fountain
go build $(GOFLAGS) -o lotus-fountain ./cmd/lotus-fountain
go run github.com/GeertJohan/go.rice/rice append --exec lotus-fountain -i ./cmd/lotus-fountain -i ./build
.PHONY: lotus-fountain
BINS+=lotus-fountain