Function: project-compile-target-command

project-compile-target-command is a byte-compiled function defined in project-am.el.gz.

Signature

(project-compile-target-command ARG &rest ARGS)

Implementations

((this project-am-texinfo)) in `ede/project-am.el'.

Default target t- use when compiling a texinfo file.

((this project-am-objectcode)) in `ede/project-am.el'.

Default target to use when compiling an object code target.

((this project-am-target)) in `ede/project-am.el'.

Default target to use when compiling a given target.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/project-am.el.gz
(cl-defmethod project-compile-target-command ((_this project-am-target))
  "Default target to use when compiling a given target."
  ;; This is a pretty good default for most.
  "")