all: ../Point.hs kdtree.hs teste.kdtree.hs
	ghc ../point.io/Point.hs kdtree.hs teste.kdtree.hs -o kd
run:
	gzip -dc ../../test.data/a280.tsp.gz | ../../test.data/frtsplib.pl | ./kd	
