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

Makefile

parent f1b966e6
Branches
No related tags found
No related merge requests found
Makefile 0 → 100644
TARGETS = bare0 bare1
DIR = target/thumbv7em-none-eabihf/debug/examples/
ELFS = $(addprefix $(DIR), $(TARGETS))
EELFS = $(addsuffix .elf, $(ELFS))
.PHONY: all
all: xargo $(EELFS)
xargo:
xargo build --examples
%.elf:
cp $* $@
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment