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(...)
Command-line arguments passed to the make command
Exit status of the command, see base::system2() for details.
base::system2()
makefile(), rmakeSkeleton()
rmakeSkeleton()
# NOT RUN { 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