Merge pull request #1091 from filecoin-project/fix/fountain-rice

Fix fountain rice command
This commit is contained in:
Jakub Sztandera
2020-01-16 01:35:01 +01:00
committed by GitHub
+1 -1
View File
@@ -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