SUBDIRS = dot neato lefty tcldot

all clean distclean install:
	(for i in ${SUBDIRS}; do (cd $$i; make $@); done)
