Make make
work
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
2ef399b315
commit
f651e60a3c
1 changed files with 1 additions and 4 deletions
5
Makefile
5
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue