From 656e249aba7e6cecfb20da169fc27c915066744d Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Fri, 12 Jan 2018 16:27:04 +0100 Subject: [PATCH] Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de0f126..6b1c2c3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -TARGETS = bare0 bare1 +TARGETS = bare0 bare1 bare2 bare3 bare4 bare5 bare6 DIR = target/thumbv7em-none-eabihf/debug/examples/ ELFS = $(addprefix $(DIR), $(TARGETS)) EELFS = $(addsuffix .elf, $(ELFS)) -- GitLab