diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-13 20:01:47 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-27 12:33:46 -0700 |
| commit | f145be3fc4ee94fdb5c1e2406b6c11d38bdbbd9b (patch) | |
| tree | b23fb714f62a0bc1dd87b43c11a2a44f0a9d0a18 /src/Makefile | |
| parent | 859ee0268b9f2e1f5933019f1231d857a1cac4da (diff) | |
altos: Start telelaunch product
Looks a lot like TM, but without the flight code.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index caa91e83..9ef5ae0a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,6 +18,7 @@ SUBDIRS=\ telemini-v1.0 telenano-v0.1 \ telebt-v0.0 telebt-v0.1 \ telemetrum-v0.1-sky telemetrum-v0.1-sirf \ + telelaunch-v0.1 \ tidongle test telescience-v0.1 all: all-local all-recursive @@ -50,4 +51,4 @@ ao_kalman.h: make-kalman kalman.5c kalman_filter.5c load_csv.5c matrix.5c sh $< kalman > $@ clean-local: - rm -f altitude.h ao_kalman.h
\ No newline at end of file + rm -f altitude.h ao_kalman.h |
