kentSrc = ../../..
A = clusterGenes
include $(kentSrc)/inc/userApp.mk

test::
	cd tests && ${MAKE} test

clean::
	cd tests && ${MAKE} clean
