From: Anand Jain Date: Thu, 19 May 2016 05:13:13 +0000 (+0800) Subject: btrfs-progs: makefile: add clean-all to the usage X-Git-Tag: upstream/4.16.1~1563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5ae826637f83d937ca7de54d6a7468cf95ab1f1;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: makefile: add clean-all to the usage Signed-off-by: Anand Jain Signed-off-by: David Sterba --- diff --git a/Makefile.in b/Makefile.in index 7e65efb..6febd94 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,6 +6,7 @@ # test run the full testsuite # install install to default location (/usr/local) # clean clean built binaries (not the documentation) +# clean-all clean as above, clean docs and generated files # # Tuning by variables (environment or make arguments): # V=1 verbose, print command lines (default: quiet)