Skip to content

Commit

Permalink
Adding the new Makefile target to .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
Rican7 committed Jul 12, 2016
1 parent 434b003 commit 272ad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -80,4 +80,4 @@ vet:
go vet ./...


.PHONY: all clean build install install-deps install-deps-dev update-deps update-deps-dev test test-with-coverage test-with-coverage-formatted format-lint import-lint style-lint copyright-lint lint format-fix import-fix copyright-fix vet
.PHONY: all clean build install install-deps install-deps-dev update-deps update-deps-dev test test-with-coverage test-with-coverage-formatted test-with-coverage-profile format-lint import-lint style-lint copyright-lint lint format-fix import-fix copyright-fix vet

0 comments on commit 272ad12

Please sign in to comment.