mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 13:50:28 +01:00
7 lines
129 B
Makefile
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)
|