mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
12 lines
236 B
Makefile
12 lines
236 B
Makefile
app_objs += $(addprefix apps/regression/,\
|
|
app.o\
|
|
banner_view.o\
|
|
calculation_controller.o\
|
|
data.o\
|
|
even_odd_double_buffer_text_cell.o\
|
|
graph_controller.o\
|
|
graph_view.o\
|
|
)
|
|
|
|
app_images += apps/regression/regression_icon.png
|