Skip to content

Commit

Permalink
Add tools target to 'make help'
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 17, 2024
1 parent 597d2f1 commit 748c541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 748c541

Please sign in to comment.