mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
12 lines
243 B
Makefile
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\
|
|
)
|