aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b05dfe..42bd054 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ export CFLAGS
%.o : %.S
$(CC) $(CFLAGS) -c -o $@ $<
-all: board-test libhal-test hsm
+all: board-test cli-test libhal-test hsm
init:
git submodule update --init --recursive
@@ -102,6 +102,9 @@ $(MBED_DIR)/libstmf4.a:
board-test: $(BOARD_OBJS) $(LIBS)
$(MAKE) -C projects/board-test
+cli-test: $(BOARD_OBJS) $(LIBS)
+ $(MAKE) -C projects/cli-test
+
$(RTOS_DIR)/librtos.a:
$(MAKE) -C $(RTOS_DIR)