mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
11 lines
204 B
Makefile
11 lines
204 B
Makefile
app_objs += $(addprefix apps/statistics/,\
|
|
app.o\
|
|
box_controller.o\
|
|
calculation_controller.o\
|
|
data.o\
|
|
data_controller.o\
|
|
histogram_controller.o\
|
|
)
|
|
|
|
app_images += apps/statistics/stat_icon.png
|