Files
Upsilon/apps/graph/Makefile
Émilie Feral 52f30ddf28 [apps/graph/list] turn the childless function cell in a controller with two subviews
Change-Id: I7606a3c2b4ab81cba90b78ed70dac9ba6ebb09c2
2016-09-19 15:07:00 +02:00

14 lines
307 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\
)