Skip to content
Snippets Groups Projects
Commit 4887798b authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added distclean

parent 426376d4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ SUBDIRS := $(SRCDIRS) user-doc developer-doc regtest ...@@ -7,7 +7,7 @@ SUBDIRS := $(SRCDIRS) user-doc developer-doc regtest
SUBDIRSCLEAN:=$(addsuffix .clean,$(SUBDIRS)) SUBDIRSCLEAN:=$(addsuffix .clean,$(SUBDIRS))
.PHONY: all lib clean $(SRCDIRS) doc docclean check cppcheck .PHONY: all lib clean $(SRCDIRS) doc docclean check cppcheck distclean
# if machine dependent configuration has been found: # if machine dependent configuration has been found:
ifdef GCCDEP ifdef GCCDEP
...@@ -56,6 +56,8 @@ clean: $(SUBDIRSCLEAN) ...@@ -56,6 +56,8 @@ clean: $(SUBDIRSCLEAN)
$(SUBDIRSCLEAN): %.clean: $(SUBDIRSCLEAN): %.clean:
$(MAKE) -C $* clean $(MAKE) -C $* clean
distclean: fullclean
fullclean: fullclean:
make clean make clean
rm -f Makefile.conf rm -f Makefile.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment