Fix broken Makefiles.

This commit is contained in:
jregan
2020-04-22 12:04:18 -07:00
parent e287d68d0f
commit efeb26c634
8 changed files with 29 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
GOBIN := $(shell go env GOPATH)/bin
all: generate license fix vet fmt test lint tidy
all: generate license fix vet fmt test tidy
fix:
go fix ./...
@@ -33,4 +33,3 @@ test:
vet:
go vet ./...