From f651e60a3c857a904578fed685aee47012520e38 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Mon, 12 Dec 2016 10:32:54 -0800 Subject: [PATCH] Make `make` work Signed-off-by: Michael Crosby --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0487508..20da70e 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,7 @@ GO_LDFLAGS=-ldflags "-X `go list`.Version=$(VERSION)" .PHONY: clean all AUTHORS fmt vet lint build binaries test integration setup generate checkprotos coverage ci check help install uninstall .DEFAULT: default -dust: - @echo "This Makefile is under construction. Pardon our dust" - -all: check binaries test integration ## run fmt, vet, lint, build the binaries and run the tests +all: binaries check: fmt vet lint ineffassign ## run fmt, vet, lint, ineffassign