Files
Upsilon/apps/Makefile
Romain Goyet 7789123913 [Escher] Add a Container that lets us run multiple apps
Change-Id: I674348ed0ff48934eb248dc48735f4ba13c34692
2016-08-12 15:15:28 +02:00

12 lines
195 B
Makefile

include apps/graph/Makefile
#include apps/picview/Makefile
app_objs += $(addprefix apps/,\
apps_container.o\
main.o\
)
products += $(app_objs) app.elf app.hex app.bin
app.elf: $(app_objs)