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