jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/makefile/builtin_feature.test

15 lines
348 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
.PHONY:
.DELETE_ON_ERROR:
.SECONDEXPANSION:
----------------------------------------------------
[
["builtin", ".PHONY"], ["punctuation", ":"],
["builtin", ".DELETE_ON_ERROR"], ["punctuation", ":"],
["builtin", ".SECONDEXPANSION"], ["punctuation", ":"]
]
----------------------------------------------------
Checks for built-in target names.