Skip to content
Snippets Groups Projects
Commit 91c83a75 authored by Per Lindgren's avatar Per Lindgren
Browse files

build release

parent 5ffa867f
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ EELFSR = $(addsuffix .elf, $(ELFSR))
all: xargo $(EELFS) $(EELFSR)
xargo:
xargo build --examples
xargo build --examples
xargo build --release --examples
%.elf : %
cp $< $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment