builtin_feature.test 362 Bytes
.PHONY:
.DELETE_ON_ERROR:
.SECONDEXPANSION:

----------------------------------------------------

[
	["builtin", ".PHONY"], ["punctuation", ":"],
	["builtin", ".DELETE_ON_ERROR"], ["punctuation", ":"],
	["builtin", ".SECONDEXPANSION"], ["punctuation", ":"]
]

----------------------------------------------------

Checks for built-in target names.