mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
5 lines
107 B
Makefile
5 lines
107 B
Makefile
app_objs += $(addprefix app/, app.o)
|
|
products += $(app_objs) app.elf app.hex app.bin
|
|
|
|
app.elf: $(app_objs)
|