DIRS=$(shell echo */) all: $(foreach DIR, $(DIRS), make -C $(DIR);) clean: $(foreach DIR, $(DIRS), make -C $(DIR) clean;)