add rice box to required binaries
This commit is contained in:
parent
15d90c24ed
commit
8c586d7f7c
3
Makefile
3
Makefile
@ -176,7 +176,8 @@ lotus-townhall-app: lotus-touch lotus-townhall-front
|
|||||||
|
|
||||||
lotus-fountain:
|
lotus-fountain:
|
||||||
rm -f 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
|
.PHONY: lotus-fountain
|
||||||
BINS+=lotus-fountain
|
BINS+=lotus-fountain
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user