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>
This commit is contained in:
Thiago Macieira 2013-05-09 12:18:01 -07:00 committed by Dirk Hohndel
parent acdb5d97eb
commit 45afd712e8

View file

@ -218,6 +218,8 @@ confclean: clean
rm -f $(CONFIGFILE)
rm -rf .dep
distclean: confclean
ifneq ($(CONFIGURED)$(CONFIGURING),)
.dep/%.o.dep: %.cpp
@mkdir -p $(@D)