Files
Upsilon/app/Makefile
Felix Raimundo fd95a7e558 Adds a text_input function to get text.
Also removes ion_getchar in favor of ion_get_event.

Change-Id: Id95ea509315185da24fd2a3fe90969da0bd19cfc
2016-03-23 17:31:59 +01:00

7 lines
134 B
Makefile

app_objs += $(addprefix app/,\
app.o\
text_input.o)
products += $(app_objs) app.elf app.hex app.bin
app.elf: $(app_objs)