Skip to content

lexdene/compile-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

an emacs plugin to search the closest Makefile and run make

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published