all: table.h table.c tools/tester.c
	gcc -o tester table.c tools/tester.c -g 
