Files
Upsilon/apps/Makefile
Romain Goyet e1d8289bea [apps] Add a Home app
Change-Id: I4d2da7d8a954131a3e561f175f88cd72abf6f2ba
2016-10-03 11:17:50 +02:00

14 lines
256 B
Makefile

include apps/home/Makefile
include apps/graph/Makefile
include apps/probability/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)