summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornightwalker-87 <15526941+Nightwalker-87@users.noreply.github.com>2020-05-26 00:29:52 +0200
committerGitHub <noreply@github.com>2020-05-26 00:29:52 +0200
commitfd856ddc40f9e9f55f70b76f4429d16081ee5b02 (patch)
tree4d3ac474818317f2a5742a21cfb7df0139494b77
parentfd2a5c37d4e5b7886bef1157717ea64a611b7b5a (diff)
parent252ac0b3cc0690d8d2e26c117ca178f481e9fdb2 (diff)
Merge pull request #965 from susmatthew/patch-2
[doc] Updated compiling.md
-rw-r--r--doc/compiling.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/compiling.md b/doc/compiling.md
index e20cbca..2da79f0 100644
--- a/doc/compiling.md
+++ b/doc/compiling.md
@@ -110,8 +110,9 @@ or execute (Debian-based systems only): `apt-get install gcc build-essential cma
### Building
1. Change into the project source directory: `cd stlink`
-2. Run `make release` to create the _Release_ target
-3. Run `make debug` to create the _Debug_ target (_optional_)<br />
+2. Run `make clean` -- required by some linux variants.
+3. Run `make release` to create the _Release_ target
+4. Run `make debug` to create the _Debug_ target (_optional_)<br />
The debug target is only necessary in order to modify the sources and to run under a debugger.
The top level Makefile is just a handy wrapper for: