Merge pull request #8751 from sunday527/feat/nv16

fix: lotus-bench make command
This commit is contained in:
Łukasz Magiera
2022-05-30 16:46:24 +02:00
committed by GitHub
+1 -1
View File
@@ -169,7 +169,7 @@ BINS+=lotus-fountain
lotus-bench:
rm -f lotus-bench
$(GOCC) build -o lotus-bench ./cmd/lotus-bench
$(GOCC) build $(GOFLAGS) -o lotus-bench ./cmd/lotus-bench
.PHONY: lotus-bench
BINS+=lotus-bench