MAKE

FileType.MAKE field

Makefile is a file containing a set of directives used by a make build automation tool to generate a target/goal

public static readonly FileType MAKE;

See Also