Add default target as one of the available targets when make help is run
This commit is contained in:
parent
74cca183e0
commit
1e224702a3
1
Makefile
1
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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user