kentSrc = ../..
A = faSize
include $(kentSrc)/inc/userApp.mk
L += -lm

test::
	cd tests && ${MAKE}
