mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 06:10:31 +01:00
17 lines
338 B
Makefile
17 lines
338 B
Makefile
app_objs += $(addprefix apps/statistics/,\
|
|
app.o\
|
|
box_banner_view.o\
|
|
box_controller.o\
|
|
box_view.o\
|
|
box_window.o\
|
|
calculation_controller.o\
|
|
data.o\
|
|
data_controller.o\
|
|
histogram_banner_view.o\
|
|
histogram_controller.o\
|
|
histogram_parameter_controller.o\
|
|
histogram_view.o\
|
|
)
|
|
|
|
app_images += apps/statistics/stat_icon.png
|