.PHONY: all SUB_DIRS = bouncingballs trafficlights all %: for D in $(SUB_DIRS); do $(MAKE) -C $$D $@ ; done