Blame view

Modif/epsilon-master/apps/home/Makefile 200 Bytes
6663b6c9   adorian   projet complet av...
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\
  )