Files
Upsilon/app/Makefile
Felix Raimundo 3e632f5586 Rename text_input to utils, add a util in it.
Change-Id: I5d37ed0a3a21e7d62aa061a6b09f30065c4cd8a6
2016-03-24 16:09:25 +01:00

7 lines
129 B
Makefile

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