From cec1c9fb21b2b9753fd161cec3c3d9d93704c58f Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Fri, 25 Nov 2016 13:32:45 +0100 Subject: [PATCH] Make "make" useful rather than produce error. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1857bc195..6c8407b3e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: push +all: fmt lint vet cover BUILDTAGS=