Files
Upsilon/apps/graph/Makefile
Émilie Feral c337b5088f [apps/graph] Add a parameter page to the graph/list to test the stack controller of list
Change-Id: Ibee4d038f4917567d4a237fe4b7a813b79cb1c81
2016-09-15 11:06:09 +02:00

12 lines
243 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/list_controller.o\
list/parameter_controller.o\
)