Files
Upsilon/app/Makefile
Felix Raimundo f334977c6a Nicer plot
Change-Id: I6f080a4c26ad8ce574661228a4d4b53632d2f870
2016-04-07 16:53:39 +02:00

8 lines
167 B
Makefile

app_objs += $(addprefix app/,\
app.o\
plot.o\
utils.o)
products += $(app_objs) app.elf app.hex app.bin
app.elf: $(app_objs)