Add default target as one of the available targets when make help is run

This commit is contained in:
Abdelrahman Said 2025-08-31 14:21:55 +01:00
parent 74cca183e0
commit 1e224702a3

View File

@ -57,6 +57,7 @@ help:
@echo " INSTALL_PREFIX Prefix where library and include files will be installed." @echo " INSTALL_PREFIX Prefix where library and include files will be installed."
@echo @echo
@echo "Available targets:" @echo "Available targets:"
@echo " make Build, install and test the full wapp library."
@echo " make full Build and install the full wapp library." @echo " make full Build and install the full wapp library."
@echo " make core Build and install only the \`core\` component of the wapp library with all its dependencies." @echo " make core Build and install only the \`core\` component of the wapp library with all its dependencies."
@echo " make prng Build and install only the \`prng\` component of the wapp library with all its dependencies." @echo " make prng Build and install only the \`prng\` component of the wapp library with all its dependencies."