Make `make` work

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-12-12 10:32:54 -08:00
parent 2ef399b315
commit f651e60a3c
1 changed files with 1 additions and 4 deletions

View File

@ -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