all:
	cd bottleneck && ${MAKE}
	cd counter && ${MAKE}
	cd hitreport && ${MAKE}

clean::
	cd counter && ${MAKE} clean
	cd hitreport && ${MAKE} clean
