Skip to content

Commit

Permalink
add rice box to required binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
travisperson committed Aug 18, 2021
1 parent 15d90c2 commit 25733b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ lotus-pond-app: lotus-pond-front lotus-pond
lotus-townhall:
rm -f lotus-townhall
go build -o lotus-townhall ./cmd/lotus-townhall
go run github.com/GeertJohan/go.rice/rice append --exec lotus-townhall -i ./cmd/lotus-townhall -i ./build
.PHONY: lotus-townhall
BINS+=lotus-townhall

Expand All @@ -176,7 +177,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

Expand Down Expand Up @@ -393,4 +395,4 @@ print-%:
@echo $*=$($*)

circleci:
go generate -x ./.circleci
go generate -x ./.circleci

0 comments on commit 25733b9

Please sign in to comment.