All Projects → lexdene → compile-make

lexdene / compile-make

Licence: GPL-3.0 license
an emacs plugin to search the closest Makefile and run make

Programming Languages

emacs lisp
2029 projects

compile-make

search the closest Makefile and run make

从当前目录向上查找最近的Makefile,并执行make命令

INSTALL

run this in shell:

cd ~/.emacs.d
git clone https://github.com/lexdene/compile-make.git

append this to your ~/.emacs :

; compile make
(add-to-list 'load-path "~/.emacs.d/compile-make")
(require 'compile-make)

if you want to bind compile-make to a key, append this to your ~/.emacs :

(global-set-key (kbd "<f9>") 'compile-make)

add this to scroll output when compilation:

(setq compilation-scroll-output t)

LICENSE

GNU GENERAL PUBLIC LICENSE, Version 3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].