Function: ede-proj-makefile-type
ede-proj-makefile-type is a byte-compiled function defined in
proj.el.gz.
Signature
(ede-proj-makefile-type &optional PROJ)
Documentation
Makefile type of the current project PROJ.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/proj.el.gz
;;; Target type specific autogenerating gobbledygook.
;;
(defun ede-proj-makefile-type (&optional proj)
"Makefile type of the current project PROJ."
(oref (or proj (ede-current-project)) makefile-type))