File: make

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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