Variable: ex-compile-command
ex-compile-command is a customizable variable defined in
viper-ex.el.gz.
Value
"make"
Documentation
The command to run when the user types :make.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-ex.el.gz
(defcustom ex-compile-command "make"
"The command to run when the user types :make."
:type 'string)