Skip to content
Snippets Groups Projects
Commit e017ed6b authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

distclean depends on clean in top-level Makefile

parent e17a4d10
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ clean-%: ...@@ -23,7 +23,7 @@ clean-%:
$(MAKE) -C $* -e clean $(MAKE) -C $* -e clean
.PHONY: distclean .PHONY: distclean
distclean: $(SUBDIRS:%=distclean-%) distclean: clean $(SUBDIRS:%=distclean-%)
.PHONY: distclean-% .PHONY: distclean-%
distclean-%: distclean-%:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment