torus:	torus.o STL.o Vector3D.o 
	c++ torus.o STL.o Vector3D.o -o torus

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