diff options
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 b8828d46..57e3e64a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,8 @@ ifneq ($(shell which sdcc),) telelaunch-v0.1 tidongle test \ teleterra-v0.2 teleshield-v0.1 \ telefire-v0.1 \ - spiradio-v0.1 + spiradio-v0.1 \ + teleballoon-v1.2 endif ifneq ($(shell which avr-gcc),) |