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