Merge pull request #8751 from sunday527/feat/nv16
fix: lotus-bench make command
This commit is contained in:
commit
041af452ac
2
Makefile
2
Makefile
@ -169,7 +169,7 @@ BINS+=lotus-fountain
|
|||||||
|
|
||||||
lotus-bench:
|
lotus-bench:
|
||||||
rm -f 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
|
.PHONY: lotus-bench
|
||||||
BINS+=lotus-bench
|
BINS+=lotus-bench
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user