From d1220e0bcb70317aea5faf496cf06006c11c1a44 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Sat, 19 Sep 2015 18:59:51 +0200 Subject: [PATCH] Fix the app Makefile --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index 374e5956a..a47967991 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ app_objs += $(addprefix app/, app.o) -products += app.elf app.hex app.bin +products += $(app_objs) app.elf app.hex app.bin app.elf: $(app_objs)