diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2019-08-10 22:39:06 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2019-08-10 22:39:06 +0200 |
commit | 46fc7a92c204f47da38d25016517d078908ab6c5 (patch) | |
tree | 40dc0437a032414d3ee91f2cdf8ab0581d63bca3 /Makefile | |
parent | f83e8b39df08ea9e9ca130a4578c749d48d55844 (diff) |
Update template
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,4 +5,11 @@ all: $(SUBDIRS) $(SUBDIRS): $(MAKE) -C $@ +clean: + for dir in $(SUBDIRS); do \ + $(MAKE) -C $$dir clean; \ + done + + .PHONY: all $(SUBDIRS) + |