mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Add make .git target
Runs gomfmt and gitvalidation Signed-off-by: baude <bbaude@redhat.com> Closes: #589 Approved by: mheon
This commit is contained in:
5
Makefile
5
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
|
||||
|
Reference in New Issue
Block a user