15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
![]() |
.PHONY:
|
||
|
.DELETE_ON_ERROR:
|
||
|
.SECONDEXPANSION:
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["builtin", ".PHONY"], ["punctuation", ":"],
|
||
|
["builtin", ".DELETE_ON_ERROR"], ["punctuation", ":"],
|
||
|
["builtin", ".SECONDEXPANSION"], ["punctuation", ":"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for built-in target names.
|