[make]
apt = make
files = GNUmakefile Makefile *.make *.mk ./debian/rules
types = text/x-makefile
command = make --question --makefile {file}
comment = Dangerous, executes code from $(shell) in ":=" assignments.
flags = dangerous

[make-phony]
files = GNUmakefile Makefile *.make *.mk ./debian/rules
types = text/x-makefile
comment = common misspelling of .PHONY
command = grep -nHEw '[.]PHONEY?' {files}

# vim:ft=dosini
