Files
Upsilon/apps/Makefile
Romain Goyet 84430961da Executables are not always .elf files
Change-Id: I1abebbe9d3e7a4a208ba912f1f29ceddf23617ca
2016-11-05 21:01:06 +01:00

19 lines
382 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\
constant.o\
expression_text_field_delegate.o\
main.o\
)
$(app_objs): $(inline_images:.png=.o)
products += $(app_objs) app.elf app.hex app.bin
app.$(EXE): $(app_objs)