summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help
index ccb32ca73..1c2c96e04 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -14,6 +14,7 @@ help:
@echo 'Build:'
@echo ' all - libraries and generated headers'
@echo ' pregen - generate headers'
+ @echo ' startfiles - build startfiles (crt)'
@echo ' utils - build target utilities'
@echo ' (ldd, ldconfig, locale, iconv)'
@echo ' hostutils - build host utilities (see utils)'
@@ -32,6 +33,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_startfiles - install startfiles (crt)'
@echo ' install_headers - install headers excluding generated ones'
@echo ' install_utils - install target utilities'
@echo ' install_hostutils - install host utilities'