summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-26 15:08:58 -0700
committerKeith Packard <keithp@keithp.com>2009-04-26 15:08:58 -0700
commit178abb5c8439509926a5507911d7148b84f051b8 (patch)
treecc23523cedce3305c6f7f7165242cfcc17c45e09
parent70a69f3acdca27b80cdb2069de59bbc6dba83dbd (diff)
Clear more files on make clean
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d169faed..1f949ddc 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,11 @@ SRC = \
$(TELE_COMMON_SRC) \
$(TELE_FAKE_SRC) \
$(TM_DRIVER_SRC) \
- $(TM_TASK_SRC)
+ $(TM_TASK_SRC) \
+ $(TM_MAIN_SRC) \
+ $(TI_MAIN_SRC) \
+ $(TD_MAIN_SRC) \
+ $(TT_MAIN_SRC)
TM_REL=$(TM_SRC:.c=.rel) ao_product-telemetrum-$(SERIAL).rel
TI_REL=$(TI_SRC:.c=.rel) ao_product-tidongle-$(SERIAL).rel