summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2012-05-01 13:10:52 -0700
committerYehuda Sadeh <yehuda@hq.newdream.net>2012-05-01 13:10:52 -0700
commit7165f83c53b05629bc162765808fabc06f1e7306 (patch)
tree2c698ab65167be616814edc671304468dc72a849
parent5465b5523a323f239cfc0f724afc1f900e24fcc4 (diff)
downloadceph-libs3-7165f83c53b05629bc162765808fabc06f1e7306.tar.gz
GNUmakefile: add distclean rule
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0050266..726c256 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -283,6 +283,11 @@ clean:
$(QUIET_ECHO) $(BUILD): Cleaning
$(VERBOSE_SHOW) rm -rf $(BUILD)
+.PHONY: distclean
+distclean:
+ $(QUIET_ECHO) $(BUILD): Cleaning
+ $(VERBOSE_SHOW) rm -rf $(BUILD)
+
# --------------------------------------------------------------------------
# Clean dependencies target