mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
16 lines
307 B
Makefile
16 lines
307 B
Makefile
app_objs += $(addprefix apps/statistics/,\
|
|
app.o\
|
|
banner_view.o\
|
|
box_controller.o\
|
|
box_view.o\
|
|
box_window.o\
|
|
calculation_controller.o\
|
|
data.o\
|
|
data_controller.o\
|
|
histogram_controller.o\
|
|
histogram_parameter_controller.o\
|
|
histogram_view.o\
|
|
)
|
|
|
|
app_images += apps/statistics/stat_icon.png
|