SUBDIRS=	2suns combo simple

config test clean:
	for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
