From d432bbba1cbf8b379c5cec6eece7c3afeebbb972 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Fri, 20 Aug 2021 17:45:17 +0800 Subject: [PATCH] Add build-cpp as a dependency of verifiers (#7207) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f309d667c..4ebd15e250 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ else # @${GOPATH}/bin/ruleguard -rules ruleguard.rules.go ./tests/go/... endif -verifiers: getdeps cppcheck fmt static-check ruleguard +verifiers: build-cpp getdeps cppcheck fmt static-check ruleguard # Builds various components locally. binlog: