@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.415Z") @Stability(value=Experimental) public interface MakefileOptions extends software.amazon.jsii.JsiiSerializable, FileBaseOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
MakefileOptions.Builder
A builder for
MakefileOptions |
static class |
MakefileOptions.Jsii$Proxy
An implementation for
MakefileOptions |
| Modifier and Type | Method and Description |
|---|---|
static MakefileOptions.Builder |
builder() |
default List<String> |
getAll()
(experimental) List of targets to build when Make is invoked without specifying any targets.
|
default List<Rule> |
getRules()
(experimental) Rules to include in the Makefile.
|
getCommitted, getEditGitignore, getExecutable, getReadonly@Stability(value=Experimental) @Nullable default List<String> getAll()
Default: []
@Stability(value=Experimental) @Nullable default List<Rule> getRules()
Default: []
@Stability(value=Experimental) static MakefileOptions.Builder builder()
builder in interface FileBaseOptionsMakefileOptions.Builder of MakefileOptionsCopyright © 2021. All rights reserved.