diff options
author | Keith Packard <keithp@keithp.com> | 2011-11-12 18:29:38 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-11-12 18:29:38 -0800 |
commit | ad41b5820c2e252627959e4627473f07784be23e (patch) | |
tree | 6a3f3bbe0125f440b1f00b6c4542b45a3a4929b5 /src | |
parent | f6db11c3c87725c809c518f5f19b07325faf9c84 (diff) |
altos: Build TeleTerra v0.2 by default
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5da7c855..61b1a835 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,8 @@ SUBDIRS=\ telebt-v0.0 telebt-v0.1 \ telemetrum-v0.1-sky telemetrum-v0.1-sirf \ telelaunch-v0.1 \ - tidongle test telescience-v0.1 telepyro-v0.1 + tidongle test telescience-v0.1 telepyro-v0.1 \ + teleterra-v0.2 all: all-local all-recursive |