DIRS    =   \
	    bmcut \
	    makedep

all clean clobber::
	-@for i in $(DIRS); do (cd $$i; $(MAKE) $@); done

