mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update makefile
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user