Add a target to an existing makelist.
add_target(
makelist,
target,
code,
prerequisites = NULL,
prerequisite_to = NULL,
sink = NULL,
alias = sub("\\.(Rout|log)$", "", basename(target))
)A list for
make.
A list for
make.
The target to remove from makelist.
The code for the new target.
The prerequisites for the new target.
The targets the new target is a prerequisite to.
Set to TRUE to add it as a prerequisite to all existing
targets.
The sink for the new target.
The alias for the new target.
Other functions to manipulate makelists:
get_target(),
remove_target()