SUBDIRS = rust pcre dns c++ python all: rust pcre dns for d in $(SUBDIRS); do ( cd $$d && $(MAKE) ); done