2016-04-22 07:59:30 +00:00
|
|
|
|
;;; helm-make-autoloads.el --- automatically extracted autoloads
|
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
2016-08-18 20:01:20 +00:00
|
|
|
|
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
2016-04-22 07:59:30 +00:00
|
|
|
|
|
2016-08-18 20:01:20 +00:00
|
|
|
|
;;;### (autoloads nil "helm-make" "helm-make.el" (22454 5313 194042
|
|
|
|
|
;;;;;; 549000))
|
2016-04-22 07:59:30 +00:00
|
|
|
|
;;; Generated autoloads from helm-make.el
|
|
|
|
|
|
|
|
|
|
(autoload 'helm-make "helm-make" "\
|
|
|
|
|
Call \"make -j ARG target\". Target is selected with completion.
|
|
|
|
|
|
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'helm-make-reset-cache "helm-make" "\
|
|
|
|
|
Reset cache, see `helm-make-cache-targets'.
|
|
|
|
|
|
|
|
|
|
\(fn)" t nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'helm-make-projectile "helm-make" "\
|
|
|
|
|
Call `helm-make' for `projectile-project-root'.
|
|
|
|
|
ARG specifies the number of cores.
|
|
|
|
|
|
|
|
|
|
By default `helm-make-projectile' will look in `projectile-project-root'
|
|
|
|
|
followed by `projectile-project-root'/build, for a makefile.
|
|
|
|
|
|
|
|
|
|
You can specify an additional directory to search for a makefile by
|
|
|
|
|
setting the buffer local variable `helm-make-build-dir'.
|
|
|
|
|
|
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
|
|
|
|
;; End:
|
|
|
|
|
;;; helm-make-autoloads.el ends here
|