diff --git a/Makefile b/Makefile index 8de903f..03bc0e6 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ help: @echo " INSTALL_PREFIX Prefix where library and include files will be installed." @echo @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 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."