diff --git a/Makefile b/Makefile index aa12a721b..d35af16c4 100644 --- a/Makefile +++ b/Makefile @@ -257,7 +257,7 @@ mockery: metrics: go generate -run="go run github.com/tendermint/tendermint/scripts/metricsgen" ./... -.PHONY: mockery +.PHONY: metrics ############################################################################### ### Local testnet using docker ###