SUBDIRS := $(subst Makefile,,$(wildcard */Makefile))

.PHONY: all dist dist-clean $(SUBDIRS)

all: dist $(SUBDIRS)

dist: \
	#

$(SUBDIRS):
	@$(MAKE) -C $@