summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2016-05-19 13:13:13 +0800
committerDavid Sterba <dsterba@suse.com>2016-06-01 14:56:56 +0200
commitb5ae826637f83d937ca7de54d6a7468cf95ab1f1 (patch)
tree1295802ae1386335c1d6c4f9b557d44d2b8f7861 /Makefile.in
parent66a2e4eee4f7dfe3c44be0f0353012cce4d65818 (diff)
btrfs-progs: makefile: add clean-all to the usage
Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7e65efb8..6febd94e 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)