diff options
author | baude <bbaude@redhat.com> | 2018-04-03 12:06:12 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-20 14:30:37 +0000 |
commit | 7580b1c204c97235a3351f51a7901dda3e846623 (patch) | |
tree | 31cc90d04e887f301b43adbde05112a90267c479 /Makefile | |
parent | 228732deccb46125f45bdc3a3c04b959931f048e (diff) | |
download | podman-7580b1c204c97235a3351f51a7901dda3e846623.tar.gz podman-7580b1c204c97235a3351f51a7901dda3e846623.tar.bz2 podman-7580b1c204c97235a3351f51a7901dda3e846623.zip |
Add make .git target
Runs gomfmt and gitvalidation
Signed-off-by: baude <bbaude@redhat.com>
Closes: #589
Approved by: mheon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -229,6 +229,8 @@ install.tools: .install.gitvalidation .install.gometalinter .install.md2man make all install; \ fi +validate: gofmt .gitvalidation + .PHONY: \ binaries \ clean \ @@ -241,4 +243,5 @@ install.tools: .install.gitvalidation .install.gometalinter .install.md2man pause \ uninstall \ shell \ - changelog + changelog \ + validate |