This function executes the make command to rebuild all dependencies according to the Makefile
generated by makefile().
Arguments
- ...
Command-line arguments passed to the
makecommand (see?makein your shell for details)- .stdout
Where to direct standard output; see
base::system2().- .stderr
Where to direct standard error; see
base::system2().- .stdin
Where to get standard input; see
base::system2()
Value
Exit status of the command; see base::system2() for details.