Files
Upsilon/apps/graph/Makefile
Romain Goyet 682c3bbc20 App: Move the app in the apps/ folder
Change-Id: I9c6a3eb58c718f1c796652e94534b53a2a302f8b
2016-06-20 18:04:31 +02:00

9 lines
178 B
Makefile

app_objs += $(addprefix apps/graph/,\
graph_app.o\
graph/cursor_view.o\
graph/graph_controller.o\
graph/graph_view.o\
list/function_cell.o\
list/list_controller.o\
)