From 6875b7285d1bb9c6f62d9add4508b1e628a9948b Mon Sep 17 00:00:00 2001 From: songy23 Date: Tue, 30 Jul 2019 19:35:17 -0700 Subject: [PATCH] Fix default in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f0caac5471..f78484317c3 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all-pkgs: all-srcs: @echo $(ALL_SRC) | tr ' ' '\n' | sort -.DEFAULT_GOAL := addlicense-fmt-vet-lint-test +.DEFAULT_GOAL := addlicense-fmt-vet-lint-goimports-test .PHONY: addlicense-fmt-vet-lint-goimports-test addlicense-fmt-vet-lint-goimports-test: addlicense fmt vet lint goimports test