mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
9 lines
178 B
Makefile
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\
|
|
)
|