Files
Upsilon/apps/Makefile
Émilie Feral 0907794091 [apps] Add new appication calcul
Change-Id: Icfd51157b567b82229b9c6b48244187be0be8a85
2016-10-24 15:24:02 +02:00

17 lines
324 B
Makefile

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