diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-06-04 16:15:38 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-06-04 16:15:38 -0400 |
| commit | a0977cac7b92233a3ea52404fe59f9a4a3d3ac4a (patch) | |
| tree | 2e8e7d182871589aaaf9cc72c58b24b5b7f77320 /docs | |
| parent | d14e34449b5b70ea5e39938324e27af76498b0dd (diff) | |
| parent | fffe171d5fed98b8db6f2a59393987a8eb5313e9 (diff) | |
Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index b01ae9d49..e98b46f67 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,10 +34,10 @@ All commands will, by default, run with `-E` (forces a rebuild from scratch of d # will turn OFF the force rebuild make html FORCE= - + # will turn OFF the verbosity make html VERBOSE= - + # will turn OFF the force rebuild and make it doubly verbose when running make html FORCE= VERBOSE="-v -v" |
