summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2019-02-07 09:32:51 +0100
committerHervé Beraud <hberaud@redhat.com>2019-02-07 09:35:11 +0100
commit7c5641cddfe4800b3e5cc25ac5948a90aedb5c67 (patch)
tree54682b0eae796bbf834663f1f10b3e35558532cb /Makefile
parentf250745fe07fd5e9487b651b4071464c83196738 (diff)
downloadpodman-7c5641cddfe4800b3e5cc25ac5948a90aedb5c67.tar.gz
podman-7c5641cddfe4800b3e5cc25ac5948a90aedb5c67.tar.bz2
podman-7c5641cddfe4800b3e5cc25ac5948a90aedb5c67.zip
Add varlink generate to the make documentation
Minor improvement who add helping comment to the varlink generate target. Signed-off-by: Hervé Beraud <hberaud@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df8549541..0addfbcdb 100644
--- a/Makefile
+++ b/Makefile
@@ -323,7 +323,7 @@ install.tools: .install.gitvalidation .install.gometalinter .install.md2man .ins
make all install; \
fi
-varlink_generate: .gopathok cmd/podman/varlink/iopodman.go
+varlink_generate: .gopathok cmd/podman/varlink/iopodman.go ## Generate varlink
varlink_api_generate: .gopathok API.md
.PHONY: install.libseccomp.sudo