mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
5 lines
95 B
Makefile
5 lines
95 B
Makefile
app_objs += $(addprefix app/, app.o)
|
|
products += app.elf app.hex app.bin
|
|
|
|
app.elf: $(app_objs)
|