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

BitMirror8-test:
	gcc -I../../include -o test BitMirror8-test.c -L../../lib -lbits

ShowBits-test:
	gcc -I../../include -o test ShowBits-test.c -L../../lib -lbits

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