Commit 39d815e5 authored by Geoff Simmons's avatar Geoff Simmons

gofmt in the build target prints the names of changed files.

parent 1889415f
...@@ -28,7 +28,7 @@ all: k8s-vcl-reloader ...@@ -28,7 +28,7 @@ all: k8s-vcl-reloader
CODE_SUBDIRS=./pkg/... ./cmd/... CODE_SUBDIRS=./pkg/... ./cmd/...
build: build:
gofmt -s -w pkg/ cmd/ gofmt -s -w -l pkg/ cmd/
go generate $(CODE_SUBDIRS) go generate $(CODE_SUBDIRS)
go build $(CODE_SUBDIRS) go build $(CODE_SUBDIRS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment