Files
Upsilon/apps/home/Makefile
Romain Goyet ada205b1a7 [build] Use variants
- Move helpers functions into build/helpers.mak
- Move official warning into official targets only
2020-04-03 22:26:55 -04:00

16 lines
246 B
Makefile

app_home_src = $(addprefix apps/home/,\
app.cpp \
app_cell.cpp \
controller.cpp \
)
apps_src += $(app_home_src)
i18n_files += $(addprefix apps/home/,\
base.de.i18n \
base.en.i18n \
base.es.i18n \
base.fr.i18n \
base.pt.i18n \
)