mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
16 lines
351 B
Makefile
16 lines
351 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/function_expression_view.o\
|
|
list/function_name_view.o\
|
|
list/list_controller.o\
|
|
list/parameter_controller.o\
|
|
)
|
|
|
|
inline_images += apps/graph/graph_icon.png
|