From 5a98dfa6d55a7d05f8431f60ba0e74550b8e02fb Mon Sep 17 00:00:00 2001 From: Norio Nomura Date: Thu, 19 Sep 2024 23:29:31 +0900 Subject: [PATCH] Makefile: update `make help` output Signed-off-by: Norio Nomura --- Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Makefile b/Makefile index e0e41dbafd3..43a55f641cf 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,25 @@ all: binaries manpages help: @echo ' binaries - Build all binaries' @echo ' manpages - Build manual pages' + @echo + @echo ' limactl - Build limactl, and lima' + @echo ' lima - Copy lima, and lima.bat' + @echo ' helpers - Copy nerdctl.lima, apptainer.lima, docker.lima, podman.lima, kubectl.lima' + @echo + @echo ' guestagents - Build guestagents for archs enabled by CONFIG_GUESTAGENT_ARCHS_*' + @echo ' native-guestagent - Build guestagent for native arch' + @echo ' additional-guestagents - Build guestagents for archs other than native arch' + @echo + @echo ' templates - Copy templates' + @echo ' template_experimentals - Copy experimental templates' + @echo ' default_template - Copy default.yaml template' + @echo ' create-examples-link - Create a symlink at _output/share/lima/examples pointing to _output/share/lima/templates' + @echo + @echo ' documents - Copy documents' + @echo ' create-links-in-documents - Create symlinks in documents' + @echo + @echo ' e.g. to install limactl, native guestagent, and templates:' + @echo ' make clean limactl native-guestagent templates install' exe: _output/bin/limactl$(exe)