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