diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-27 12:42:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-27 12:45:36 -0700 |
commit | 6b2db651a1dbc7ea97fce802b5f10b88be1ab42b (patch) | |
tree | b155b4009bd5a7bdd1e1f53123fcf1bd37a92ec2 /src/telelaunch-v0.1 | |
parent | 02df2141e5a67afc16acd01a6c60f3cc61052b93 (diff) |
altos: Add makefile for telelaunch
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelaunch-v0.1')
-rw-r--r-- | src/telelaunch-v0.1/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/telelaunch-v0.1/Makefile b/src/telelaunch-v0.1/Makefile index d8867b19..b0d9d165 100644 --- a/src/telelaunch-v0.1/Makefile +++ b/src/telelaunch-v0.1/Makefile @@ -1 +1,4 @@ -include ../Makefile.proto +TELELAUNCH_VER=0.1 +TELELAUNCH_DEF=0_1 + +include ../product/Makefile.telelaunch |