diff mbox

[2/3] btrfs-progs: add clean-all to the usage

Message ID 1463634794-591-3-git-send-email-anand.jain@oracle.com (mailing list archive)
State Accepted
Headers show

Commit Message

Anand Jain May 19, 2016, 5:13 a.m. UTC
Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/Makefile.in b/Makefile.in
index 238dd59badaf..50b2ee5d8eba 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)