summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-09 20:28:41 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-09 20:28:41 +0100
commitfa4227baf28ac0125b08a351e429f37c00292178 (patch)
tree80883a8aa54ed7cd0f71ca7708ed5d7bb1a0bbe8
parent208e8b0ff4b5c345c763c870c3d0fc962ecf256e (diff)
downloadliba2i-fa4227baf28ac0125b08a351e429f37c00292178.tar.gz
GNUmakefile: help: Update documentation for build-lib-shared
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dd05db0..78fcd88 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -39,7 +39,7 @@ help:
$(info build-dev Wrapper for build-dev-* targets)
$(info build-dev-pc Build the pc(5) file)
$(info build-lib Wrapper for build-lib-* targets)
- $(info build-lib-ld Build the shared library)
+ $(info build-lib-shared Build the shared library)
$(info build-lib-static Build the static library)
$(info build-obj Alias for "build-obj-as")
$(info build-obj-pch Precompile headers)