summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gin-gonic/gin/Makefile')
-rw-r--r--vendor/github.com/gin-gonic/gin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/gin-gonic/gin/Makefile b/vendor/github.com/gin-gonic/gin/Makefile
index ebde4ee84..b58f24f32 100644
--- a/vendor/github.com/gin-gonic/gin/Makefile
+++ b/vendor/github.com/gin-gonic/gin/Makefile
@@ -42,6 +42,7 @@ fmt-check:
exit 1; \
fi;
+.PHONY: vet
vet:
$(GO) vet $(VETPACKAGES)