From 748c5418d8f56b91158206c7988b5843fe9d4bf6 Mon Sep 17 00:00:00 2001 From: Attila Kovacs Date: Tue, 17 Dec 2024 21:55:56 +0100 Subject: [PATCH] Add tools target to 'make help' --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2fdb4d5..3d2904b 100644 --- a/Makefile +++ b/Makefile @@ -206,6 +206,7 @@ help: @echo @echo " shared Builds the shared 'libredisx.so' (linked to versioned)." @echo " static Builds the static 'lib/libredisx.a' library." + @echo " tools Builds redisx-cli application." @echo " local-dox Compiles local HTML API documentation using 'doxygen'." @echo " analyze Performs static analysis with 'cppcheck'." @echo " all All of the above."