Files
Upsilon/apps/graph/Makefile
Romain Goyet 00afebbe2d GraphApp: Use a FunctionStore
Change-Id: Ib75947c40167489726fafc493ccb0ebf2862142b
2016-08-22 14:40:07 +02:00

11 lines
212 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\
)