From 272ad122d6e5ce1be757544007cf8bcd1c9c9ab0 Mon Sep 17 00:00:00 2001 From: Trevor Suarez Date: Tue, 12 Jul 2016 00:10:35 -0400 Subject: [PATCH] Adding the new Makefile target to `.PHONY` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 568331b..77d4bcd 100644 --- a/Makefile +++ b/Makefile @@ -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