toroesp:		toroesp.o Vector3D.o STL.o
	g++ toroesp.o Vector3D.o STL.o -o toroesp

.cpp.o:
	g++ -c $< -o $@
