diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-05-09 12:18:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-09 18:20:01 -0700 |
commit | 45afd712e81910cd1995f64ea605ef0b4a114ede (patch) | |
tree | c98b8f1d4af374af06d627d29ac0b839b39a241a /Rules.mk | |
parent | acdb5d97ebe88a75933089a80b1ce844c4375851 (diff) | |
download | subsurface-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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,6 +218,8 @@ confclean: clean rm -f $(CONFIGFILE) rm -rf .dep +distclean: confclean + ifneq ($(CONFIGURED)$(CONFIGURING),) .dep/%.o.dep: %.cpp @mkdir -p $(@D) |