Variable: makefile-target-colon

makefile-target-colon is a customizable variable defined in make-mode.el.gz.

Value

":"

Documentation

String to append to all target names inserted by makefile-insert-target.

":" or "::" are common values.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/make-mode.el.gz
(defcustom makefile-target-colon ":"
  "String to append to all target names inserted by `makefile-insert-target'.
\":\" or \"::\" are common values."
  :type 'string)