Adjusting makefile args to find

This commit is contained in:
Derek Lemon (delemon) 2019-05-13 08:53:52 -06:00
parent 1703962472
commit 19a5e8955f
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ dep-ensure: dep-prereqs
.PHONY: gofmt
gofmt:
find -name "*.go" | grep -v vendor | xargs bazel run //:gofmt -- -w -s
find $(MAKEDIR) -name "*.go" | grep -v vendor | xargs bazel run //:gofmt -- -w -s
.PHONY: goimports
goimports: