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-%:
$(MAKE) -C $* -e clean
.PHONY: distclean
distclean: $(SUBDIRS:%=distclean-%)
distclean: clean $(SUBDIRS:%=distclean-%)
.PHONY: distclean-%
distclean-%:
......
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