aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2019-08-10 22:39:06 +0200
committerSébastien Dailly <sebastien@chimrod.com>2019-08-10 22:39:06 +0200
commit46fc7a92c204f47da38d25016517d078908ab6c5 (patch)
tree40dc0437a032414d3ee91f2cdf8ab0581d63bca3 /Makefile
parentf83e8b39df08ea9e9ca130a4578c749d48d55844 (diff)
Update template
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f91a599..6ce2b93 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,11 @@ all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
+clean:
+ for dir in $(SUBDIRS); do \
+ $(MAKE) -C $$dir clean; \
+ done
+
+
.PHONY: all $(SUBDIRS)
+