report.pdf: report.tex poly.c poly.dat poly.eps
	xelatex report.tex

poly.dat: poly
	./poly >poly.dat

poly: poly.c
	gcc -o poly poly.c -lm

poly.eps: poly.plt poly.dat points.dat
	gnuplot poly.plt
