summaryrefslogtreecommitdiffstats
path: root/Rules.mk
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-05-09 12:18:01 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 18:20:01 -0700
commit45afd712e81910cd1995f64ea605ef0b4a114ede (patch)
treec98b8f1d4af374af06d627d29ac0b839b39a241a /Rules.mk
parentacdb5d97ebe88a75933089a80b1ce844c4375851 (diff)
downloadsubsurface-45afd712e81910cd1995f64ea605ef0b4a114ede.tar.gz
Add a "distclean" target to make.
Right now, it does the same as confclean Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Rules.mk')
-rw-r--r--Rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.mk b/Rules.mk
index d5bc31246..8dc95c08d 100644
--- a/Rules.mk
+++ b/Rules.mk
@@ -218,6 +218,8 @@ confclean: clean
rm -f $(CONFIGFILE)
rm -rf .dep
+distclean: confclean
+
ifneq ($(CONFIGURED)$(CONFIGURING),)
.dep/%.o.dep: %.cpp
@mkdir -p $(@D)