Fix the app Makefile

This commit is contained in:
Romain Goyet
2015-09-19 18:59:51 +02:00
parent 96b46818ac
commit d1220e0bcb

View File

@@ -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)