Skip to content

Commit

Permalink
Makefile: help edits
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Aug 29, 2024
1 parent 3928352 commit 065d0d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ help:
@echo
@echo "The following targets are available:"
@echo
@echo " shared Builds the shared 'libsupernovas.so', 'libsolsys1.so', and"
@echo " 'libsolsys2.so' libraries (linked to versioned ones)."
@echo " static Builds the static 'lib/libsupernovas.a' library."
@echo " shared Builds the shared 'libxchange.so' (linked to versioned)."
@echo " static Builds the static 'lib/libxchange.a' library."
@echo " local-dox Compiles local HTML API documentation using 'doxygen'."
@echo " check Performs static analysis with 'cppcheck'."
@echo " all All of the above."
Expand Down

0 comments on commit 065d0d0

Please sign in to comment.