Files
Upsilon/apps/graph/Makefile
Romain Goyet 748fac0de8 [apps/home] Display app name and icon
Change-Id: Ia09827dd1fa027cee80145c0d2dab5a29cd51d11
2016-10-03 14:15:16 +02:00

16 lines
351 B
Makefile

app_objs += $(addprefix apps/graph/,\
graph_app.o\
function.o\
function_store.o\
graph/cursor_view.o\
graph/graph_controller.o\
graph/graph_view.o\
list/function_cell.o\
list/function_expression_view.o\
list/function_name_view.o\
list/list_controller.o\
list/parameter_controller.o\
)
inline_images += apps/graph/graph_icon.png