all: force
	gnatmake -g -gnata -gnaty -gnatwu table_test `gtkada-config`
clean: 
	rm -f *.o *~ *.ali table_test
force:
