aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-05-13 13:01:06 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-05-13 13:01:06 +0200
commit9bbc0727f6cc9a527b5853dded05e39f1eb36b29 (patch)
tree65105858e428b344338df0c05a789577839ca299 /Makefile
parent4c5cee7be2804953f48c6d1d7132e48bc21373b6 (diff)
make cli-test
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)