diff --git a/Makefile b/Makefile index 40138c0707..d690b5598c 100644 --- a/Makefile +++ b/Makefile @@ -571,15 +571,21 @@ show-usage: show-header @printf "\n" @printf "• Additional targets:\n" @printf "\n" - @printf "\tbuild : standard build.\n" - @printf "\tcheck : run tests.\n" - @printf "\tclean : remove built files.\n" - @printf "\tcoverage : run coverage tests.\n" - @printf "\tdefault : same as 'make build' (or just 'make').\n" - @printf "\tgenerate-config : create configuration file.\n" - @printf "\tinstall : install files.\n" - @printf "\tshow-arches : show supported architectures (ARCH variable values).\n" - @printf "\tshow-summary : show install locations.\n" + @printf "\tbuild : standard build (build everything).\n" + @printf "\tcheck : run tests.\n" + @printf "\tclean : remove built files.\n" + @printf "\tcontainerd-shim-v2 : only build containerd shim v2.\n" + @printf "\tcoverage : run coverage tests.\n" + @printf "\tdefault : same as 'make build' (or just 'make').\n" + @printf "\tgenerate-config : create configuration file.\n" + @printf "\tinstall : install everything.\n" + @printf "\tinstall-containerd-shim-v2 : only install containerd shim v2 files.\n" + @printf "\tinstall-netmon : only install netmon files.\n" + @printf "\tinstall-runtime : only install runtime files.\n" + @printf "\tnetmon : only build netmon.\n" + @printf "\truntime : only build runtime.\n" + @printf "\tshow-arches : show supported architectures (ARCH variable values).\n" + @printf "\tshow-summary : show install locations.\n" @printf "\n" handle_help: show-usage show-summary show-variables show-footer