summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-06 20:10:19 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-06 20:10:19 +0100
commitd19e13f546107e2813575e25127a8acad943d04a (patch)
tree15ea46af7f5fd000c6063355d2a60498e4a9c6b9
parentb487f300d51ae7620d1b892c613bd0228d8d50ab (diff)
downloadliba2i-d19e13f546107e2813575e25127a8acad943d04a.tar.gz
GNUmakefile: help: Document 'check' and 'installcheck'
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index aab2867..8765c11 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -55,11 +55,15 @@ help:
$(info lint-c-cpplint Lint C files with cpplint(1))
$(info lint-c-iwyu Lint C files with iwyu(1))
$(info )
+ $(info check Check the built library)
+ $(info )
$(info install Wrapper for install-* targets)
$(info install-dev Install development files (.h, .a, .pc))
$(info install-lib Install shared library (.so))
$(info install-man Install manual pages)
$(info )
+ $(info installcheck Check the installed library)
+ $(info )
$(info help Print this help)