diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-04-09 17:48:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-04-09 17:48:17 +0000 |
commit | 068f8b0195b18d84897ebe7acae3cf4c9e852946 (patch) | |
tree | d46aa7860707067ee5df09d3fdf7455d65e2739a /Makefile.help | |
parent | f7000691fb0a4f649a73bdd146883788fd4cfd1b (diff) |
- fix typo
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help index a2087164b..3a8432870 100644 --- a/Makefile.help +++ b/Makefile.help @@ -8,7 +8,7 @@ help: @echo 'Cleaning:' @echo ' clean - delete temporary object files' - @echo ' realclean - delete temporary object file, including dependencies' + @echo ' realclean - delete temporary object files, including dependencies' @echo ' distclean - delete all non-source files (including .config)' @echo @echo 'Build:' |