Makefile 200 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 app_objs += $(addprefix apps/home/,\ app.o\ app_cell.o\ controller.o\ ) i18n_files += $(addprefix apps/home/,\ base.de.i18n\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ base.pt.i18n\ )