From 4dd21b9060f0c4c4325df81d51e6694d29fd7ffc Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Sat, 9 Apr 2011 21:50:14 +0000 Subject: [PATCH] Timespan class is compiled using Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 20121e0..c0a65b7 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ SOURCES=Coord.cpp \ Julian.cpp \ Observer.cpp \ SGDP4.cpp \ + Timespan.cpp \ Tle.cpp \ Vector.cpp \ main.cpp