Skip to content

Commit

Permalink
Fix default in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Jul 31, 2019
1 parent 394ea59 commit 6875b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6875b72

Please sign in to comment.