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)