dirs := generated hello library mixin mixed multiroot performance \
polymorphism polyroot wildcard

.PHONY: all $(dirs)

all: $(dirs)

$(dirs):
	@$(MAKE) -C $@ $(MAKECMDGOALS)

makefile: ;
% :: $(dirs) ;
