Variable: project-am-compile-target-command

project-am-compile-target-command is a customizable variable defined in project-am.el.gz.

Value

"gmake -k %s"

Documentation

Default command used to compile a project.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/project-am.el.gz
(defcustom project-am-compile-target-command (concat ede-make-command " -k %s")
  "Default command used to compile a project."
  :type 'string)