Skip to content

Commit

Permalink
Merge pull request #1091 from filecoin-project/fix/fountain-rice
Browse files Browse the repository at this point in the history
Fix fountain rice command
  • Loading branch information
Jakub Sztandera authored Jan 16, 2020
2 parents 7e15aa2 + 01079b0 commit 5cabb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ BINS+=townhall
fountain:
rm -f fountain
go build -o fountain ./cmd/lotus-fountain
go run github.com/GeertJohan/go.rice/rice append --exec fountain -i ./cmd/lotus-fountain
go run github.com/GeertJohan/go.rice/rice append --exec fountain -i ./cmd/lotus-fountain -i ./build
.PHONY: fountain
BINS+=fountain

Expand Down

0 comments on commit 5cabb06

Please sign in to comment.