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

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