summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help
index 9fc5469e2..7ab771f4a 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -7,7 +7,8 @@
help:
@echo 'Cleaning:'
- @echo ' clean - delete temporary files created by build'
+ @echo ' clean - delete temporary object files'
+ @echo ' realclean - delete temporary object file, including dependencies'
@echo ' distclean - delete all non-source files (including .config)'
@echo
@echo 'Build:'