15 lines
362 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
.PHONY:
.DELETE_ON_ERROR:
.SECONDEXPANSION:
----------------------------------------------------
[
["builtin", ".PHONY"], ["punctuation", ":"],
["builtin", ".DELETE_ON_ERROR"], ["punctuation", ":"],
["builtin", ".SECONDEXPANSION"], ["punctuation", ":"]
]
----------------------------------------------------
Checks for built-in target names.