aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-01-09 12:37:59 +0100
committerLoïc Hoguin <[email protected]>2015-01-09 12:37:59 +0100
commitc458582b1bd6d7f221befb5e461a1e15da7f32d2 (patch)
tree052e4d0b96ac9a04bf7d445b7e3db3f7bccf56b9 /README.md
parent7f1f97aef8b6e34f9641705dd4e2e556afb9e78f (diff)
downloaderlang.mk-c458582b1bd6d7f221befb5e461a1e15da7f32d2.tar.gz
erlang.mk-c458582b1bd6d7f221befb5e461a1e15da7f32d2.tar.bz2
erlang.mk-c458582b1bd6d7f221befb5e461a1e15da7f32d2.zip
Add info about -O in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4eb666b..8949a85 100644
--- a/README.md
+++ b/README.md
@@ -215,12 +215,18 @@ Cloning into '/home/essen/ninenines/cowboy/deps/ranch'...
Cloning into '/home/essen/ninenines/cowboy/deps/cowlib'...
```
+The `-O` option will ensure that output from different
+targets is grouped, which is particularly useful when
+running tests with different frameworks at the same time.
+The disadvantage of this option however is that there is
+no output until the target is completed.
+
The``MAKEFLAGS` variable can be used to set it permanently
on your system. It can be set in your `.zshrc`, `.bashrc`
or equivalent file.
``` bash
-MAKEFLAGS=-j32
+MAKEFLAGS="-j32 -O"
```
Core package functionality