Files
Upsilon/apps/Makefile
Émilie Feral b101308922 [apps/calculation] Rename calcul->calculation
Change-Id: I57ca7353516cee2da33470a8a0f622a21c3fe7e9
2016-10-25 17:55:28 +02:00

17 lines
329 B
Makefile

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