Update makefile
This commit is contained in:
parent
f1cf96bef0
commit
bf1932b84d
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -8,8 +8,11 @@ install:
|
||||||
update: install autoloads
|
update: install autoloads
|
||||||
@cask update
|
@cask update
|
||||||
|
|
||||||
|
compile:
|
||||||
|
@cask exec ${EMACS} --script scripts/byte-compile.el
|
||||||
|
|
||||||
clean: clean-extras
|
clean: clean-extras
|
||||||
@rm -f init.elc {core,modules,private,contrib}/*.elc
|
@rm -f init.elc init-load-path.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc
|
||||||
|
|
||||||
clean-extras:
|
clean-extras:
|
||||||
@rm -rf auto-save-list recentf places ido.last async-bytecomp.log elpa projectile-bookmarks.eld projectile.cache company-statistics-cache.el tramp smex-items semanticdb
|
@rm -rf auto-save-list recentf places ido.last async-bytecomp.log elpa projectile-bookmarks.eld projectile.cache company-statistics-cache.el tramp smex-items semanticdb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue