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

Makefile

parent 656e249a
Branches usb
No related tags found
No related merge requests found
...@@ -11,5 +11,6 @@ all: xargo $(EELFS) ...@@ -11,5 +11,6 @@ all: xargo $(EELFS)
xargo: xargo:
xargo build --examples xargo build --examples
%.elf: %.elf : %
cp $* $@ 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