mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
9 lines
159 B
Makefile
9 lines
159 B
Makefile
app_objs += $(addprefix apps/settings/,\
|
|
app.o\
|
|
main_controller.o\
|
|
settings_node.o\
|
|
sub_controller.o\
|
|
)
|
|
|
|
app_images += apps/settings/settings_icon.png
|