From fd2592e26142f540a1928583aa8cd10c541058c6 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Mon, 5 Jun 2017 15:45:36 -0500 Subject: [PATCH] Add "test" to PHONY list in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 695946262..563059137 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: glide vendor-update docker pilosa crossbuild install generate statik release +.PHONY: glide vendor-update docker pilosa crossbuild install generate statik release test GLIDE := $(shell command -v glide 2>/dev/null) STATIK := $(shell command -v statik 2>/dev/null)