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