app_objs += $(addprefix app/,\ app.o\ plot.o\ utils.o) products += $(app_objs) app.elf app.hex app.bin app.elf: $(app_objs)