mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Also removes ion_getchar in favor of ion_get_event. Change-Id: Id95ea509315185da24fd2a3fe90969da0bd19cfc
7 lines
134 B
Makefile
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)
|