all:
	@echo "Type 'make xxx-test' where xxx is the name of the"
	@echo "routine to test."

GetAFactor-test:
	gcc -I../../include -o test GetAFactor-test.c -L../../lib -lmath

ShowAllFactors-test:
	gcc -I../../include -o test ShowAllFactors-test.c -L../../lib -lmath
