diff options
-rw-r--r-- | Makefile.help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.help b/Makefile.help index 7ab771f4a..d6548bb6c 100644 --- a/Makefile.help +++ b/Makefile.help @@ -13,7 +13,7 @@ help: @echo @echo 'Build:' @echo ' all - libraries and generated headers' - @echo ' pregen - generated headers' + @echo ' pregen - generate headers' @echo @echo 'Configuration:' @echo ' allnoconfig - disable all symbols in .config' @@ -29,7 +29,7 @@ help: @echo ' install - install both the runtime and the headers' @echo ' install_runtime - install the libraries' @echo ' install_dev - install all headers and static libs' - @echo ' install_headers - install headers' + @echo ' install_headers - install headers excluding generated ones' @echo @echo 'Development:' @echo ' check - run testsuite' |