SRC = neighbor.C spheres.C box.C sphere.C event.C heap.C read_input.C

spheres : $(SRC)
	g++ $(SRC) -o spheres
