mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Docs: Added MAKEFLAGS example
This commit is contained in:
parent
cda4e505e6
commit
fd4cf8fec4
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ How to Build Taskwarrior
|
|||
$ git checkout 2.6.0 # Latest dev branch
|
||||
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither.
|
||||
$ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs
|
||||
# Alternately 'export MAKEFLAGS=-j 8'.
|
||||
|
||||
Running Test Suite:
|
||||
$ cd tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue