more complete cleaning

This commit is contained in:
Michael Kohlhase 2016-06-12 17:53:06 +09:00
parent 486c10e854
commit 0c6bfc38c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
DIRS = strep
all:
all clean distclean:
@for d in $(DIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;