Uses of Class
io.github.cdklabs.projen.Makefile
-
Packages that use Makefile Package Description io.github.cdklabs.projen -
-
Uses of Makefile in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return Makefile Modifier and Type Method Description MakefileMakefile. addAll(String target)(experimental) Add a target to all.MakefileMakefile. addAlls(@NotNull String... targets)(experimental) Add multiple targets to all.MakefileMakefile. addRule(Rule rule)(experimental) Add a rule to the Makefile.MakefileMakefile. addRules(@NotNull Rule... rules)(experimental) Add multiple rules to the Makefile.MakefileMakefile.Builder. build()
-