Skip to content

Commit

Permalink
Merge pull request #8751 from sunday527/feat/nv16
Browse files Browse the repository at this point in the history
fix: lotus-bench make command
  • Loading branch information
magik6k authored May 30, 2022
2 parents 160281b + ce1658f commit 041af45
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 @@ -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

Expand Down

0 comments on commit 041af45

Please sign in to comment.