summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-06-04 16:15:38 -0400
committerLucian Copeland <hierophect@gmail.com>2020-06-04 16:15:38 -0400
commita0977cac7b92233a3ea52404fe59f9a4a3d3ac4a (patch)
tree2e8e7d182871589aaaf9cc72c58b24b5b7f77320 /docs
parentd14e34449b5b70ea5e39938324e27af76498b0dd (diff)
parentfffe171d5fed98b8db6f2a59393987a8eb5313e9 (diff)
Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fix
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md4
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"