diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-06 16:57:38 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-06 16:58:12 -0700 | 
| commit | d9cc27641fe1778c098b065bf110be7823e6c9f4 (patch) | |
| tree | e68a88651f0669ab5856869b99422ad957f42e22 | |
| parent | c360e5c04e30421e9ea2f7006b7d35aef35f1edd (diff) | |
altos: Add telebt-v0.1 to Makefile
Doesn't get built without it.
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | src/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d83ec668..3eec3980 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ SUBDIRS=\  	telemetrum-v1.1 telemetrum-v1.0 \  	teledongle-v0.2 teledongle-v0.1 \  	telemini-v0.1 telenano-v0.1 \ -	telebt-v0.0 \ +	telebt-v0.0 telebt-v0.1 \  	telemetrum-v0.1-sky telemetrum-v0.1-sirf \  	tidongle test  | 
