Skip to content

Commit

Permalink
Makefile: update make help output
Browse files Browse the repository at this point in the history
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
  • Loading branch information
norio-nomura committed Sep 19, 2024
1 parent 30c1e89 commit 5a98dfa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5a98dfa

Please sign in to comment.