From bb157634a105cf83abe9b8cfc2df09ebf657cbc2 Mon Sep 17 00:00:00 2001 From: qiuyesuifeng Date: Sat, 19 Sep 2015 17:04:03 +0800 Subject: [PATCH] makefile: tiny clean up. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93897b617e..89965e5e4e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ LDFLAGS += -X "github.com/pingcap/tidb/util/printer.TiDBGitHash=$(shell git rev- TARGET = "" -.PHONY: godep deps all build install parser clean todo test tidbtest mysqltest gotest interpreter server +.PHONY: godep deps all build install parser clean todo test gotest interpreter server all: godep parser build test check