Update stats source path

Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
This commit is contained in:
Frank 2020-07-10 10:07:53 +08:00 committed by GitHub
parent ce0f9922ee
commit 973de3239f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ BINS+=lotus-bench
lotus-stats:
rm -f lotus-stats
go build -o lotus-stats ./tools/stats
go build -o lotus-stats ./cmd/lotus-stats
go run github.com/GeertJohan/go.rice/rice append --exec lotus-stats -i ./build
.PHONY: lotus-stats
BINS+=lotus-stats