mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +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\
|
|
)
|