Files
Upsilon/apps/Makefile
Émilie Feral 0743b57e5d [apps] create a tool box controller
Change-Id: I2947f0e0656174f0218f0ef4147560c37c917069
2016-11-09 13:35:28 +01:00

20 lines
407 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\
tool_box_controller.o\
)
$(app_objs): $(inline_images:.png=.o)
products += $(app_objs) app.elf app.hex app.bin
app.$(EXE): $(app_objs)