Variable: projectile--makefile-names
projectile--makefile-names is a variable defined in projectile.el.
Value
("Makefile" "makefile" "GNUmakefile")
Documentation
The file names GNU make reads its targets from.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--makefile-names '("Makefile" "makefile" "GNUmakefile")
"The file names GNU make reads its targets from.")