summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-04-03 12:06:12 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-04-20 14:30:37 +0000
commit7580b1c204c97235a3351f51a7901dda3e846623 (patch)
tree31cc90d04e887f301b43adbde05112a90267c479 /Makefile
parent228732deccb46125f45bdc3a3c04b959931f048e (diff)
downloadpodman-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--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51faff855..3d85da86a 100644
--- a/Makefile
+++ b/Makefile
@@ -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