Variable: project-am-compile-project-command
project-am-compile-project-command is a customizable variable defined
in project-am.el.gz.
Value
nil
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-project-command nil
"Default command used to compile a project."
:type '(choice (const nil) string))