mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
app_home_src = $(addprefix apps/home/,\
|
|
app.cpp \
|
|
app_cell.cpp \
|
|
controller.cpp \
|
|
)
|
|
|
|
apps_src += $(app_home_src)
|
|
|
|
i18n_files += $(call i18n_without_universal_for,home/base)
|