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

Makefile

parent 656e249a
Branches
No related tags found
No related merge requests found
......@@ -11,5 +11,6 @@ all: xargo $(EELFS)
xargo:
xargo build --examples
%.elf:
cp $* $@
\ No newline at end of file
%.elf : %
cp $< $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment