Skip to content
Snippets Groups Projects
Commit b33f8a1b authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

dist/tools/edbg: fix typo in comment

parent de6c4831
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ PKG_BUILDDIR=$(CURDIR)/bin ...@@ -8,7 +8,7 @@ PKG_BUILDDIR=$(CURDIR)/bin
all: git-download all: git-download
# Start edbg build in a clean environment, so variables set by RIOT's build process # Start edbg build in a clean environment, so variables set by RIOT's build process
# for cross compiling a specific target platfrom are reset and edbg can # for cross compiling a specific target platform are reset and edbg can
# be built cleanly for the native platform. # be built cleanly for the native platform.
env -i PATH=$(PATH) TERM=$(TERM) "$(MAKE)" -C $(PKG_BUILDDIR) env -i PATH=$(PATH) TERM=$(TERM) "$(MAKE)" -C $(PKG_BUILDDIR)
mv $(PKG_BUILDDIR)/edbg . mv $(PKG_BUILDDIR)/edbg .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment