powered by
This function executes the make command in order to re-build all dependencies, accordingly to Makefile generated by makefile().
make
Makefile
makefile()
make(...)
Exit status of the command, see base::system2() for details.
base::system2()
Command-line arguments passed to the make command
Michal Burda
makefile(), rmakeSkeleton()
rmakeSkeleton()
if (FALSE) { make() # make all make('clean') # make the 'clean' task make('-j', 4) # make with 4 processes in parallell }
Run the code above in your browser using DataLab