make: Interface to 'make' for package building

Description Usage Arguments Examples

Description

make calls make for the specified target.

make_geteasytargets extracts "easy" targets from the makefile, i.e. non-complex (no "

Usage

1
2
3
make(target = "all", path = "./", makefile = "Makefile")

make_geteasytargets(path = "./", makefile = "Makefile")

Arguments

target

Makefile target, use make_geteasytargets to get a list of possible targets.

path

path where makefile resides

makefile

the Makefile to be used

Examples

1
2
3
4
5
6
7
8
## Not run: 
make ("build")

## End(Not run)
## Not run: 
make_geteasytargets ()

## End(Not run)

cbmisc documentation built on May 2, 2019, 5:20 p.m.

Related to make in cbmisc...