
SUBMAKE = t1.mk t2.mk

all:
	@for sub in ${SUBMAKE} ; \
	do  \
	(${MAKE} -f $$sub) \
	done
