Files
Upsilon/app/Makefile
Romain Goyet dbbec94790 App: Use the Escher demo
Change-Id: I2fb317e9e1b5ee81cc9204b8a6aadf7e168d7b59
2016-06-10 17:45:01 +02:00

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)