Skip to content

Commit

Permalink
Merge pull request #965 from susmatthew/patch-2
Browse files Browse the repository at this point in the history
[doc] Updated compiling.md
  • Loading branch information
Nightwalker-87 committed May 25, 2020
2 parents fd2a5c3 + 252ac0b commit fd856dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd856dd

Please sign in to comment.