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

general-test:
	gcc -I../../include -o test general-test.c -L../../lib -lerr
