From 82c4b2f6b3439b969c86ef23375cba2042f62947 Mon Sep 17 00:00:00 2001 From: jiangzhe Date: Tue, 9 Jun 2020 16:52:00 +0800 Subject: [PATCH] fix(make):fix make build not found --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8883b9..b5d5fd1 100644 --- a/Makefile +++ b/Makefile @@ -67,4 +67,4 @@ linter: cluster: @cd scripts && bash cluster.sh -.PHONY: tester +.PHONY: tester build