Makefile.Builder |
Makefile.Builder.all(List<String> all) |
(experimental) List of targets to build when Make is invoked without specifying any targets.
|
Makefile.Builder |
Makefile.Builder.committed(Boolean committed) |
(experimental) Indicates whether this file should be committed to git or ignored.
|
static Makefile.Builder |
Makefile.Builder.create(Project project,
String filePath) |
|
Makefile.Builder |
Makefile.Builder.editGitignore(Boolean editGitignore) |
(experimental) Update the project's .gitignore file.
|
Makefile.Builder |
Makefile.Builder.executable(Boolean executable) |
(experimental) Whether the generated file should be marked as executable.
|
Makefile.Builder |
Makefile.Builder.marker(Boolean marker) |
(experimental) Adds the projen marker to the file.
|
Makefile.Builder |
Makefile.Builder.readonly(Boolean readonly) |
(experimental) Whether the generated file should be readonly.
|
Makefile.Builder |
Makefile.Builder.rules(List<? extends Rule> rules) |
(experimental) Rules to include in the Makefile.
|