mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
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:
parent
acdb5d97eb
commit
45afd712e8
1 changed files with 2 additions and 0 deletions
2
Rules.mk
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue