%.cmx: %.ml
	ocamlopt -linkall -c $<

spline: spline.cmx
	ocamlopt -o spline -linkall str.cmxa spline.cmx

clean:
	rm -rf spline *.cmx *.cmi *.o
