Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Make make work
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
  • Loading branch information
crosbymichael committed Dec 12, 2016
1 parent 2ef399b commit f651e60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -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

Expand Down

0 comments on commit f651e60

Please sign in to comment.