[apps/code] Add a model program

Change-Id: I79b74f1f245d98d1ce02a590ee25de2c4fbb3c59
This commit is contained in:
Émilie Feral
2017-08-10 11:05:00 +02:00
parent 587406bccd
commit eec8c7f1ce
5 changed files with 77 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ app_objs += $(addprefix apps/code/,\
app.o\
editor_controller.o\
menu_controller.o\
program.o\
)
app_images += apps/code/code_icon.png