mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
app_objs += $(addprefix apps/regression/,\
|
|
app.o\
|
|
banner_view.o\
|
|
calculation_controller.o\
|
|
data.o\
|
|
graph_controller.o\
|
|
graph_view.o\
|
|
)
|
|
|
|
app_images += apps/regression/regression_icon.png
|