mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update makefile
This commit is contained in:
5
Makefile
5
Makefile
@ -8,8 +8,11 @@ install:
|
||||
update: install autoloads
|
||||
@cask update
|
||||
|
||||
compile:
|
||||
@cask exec ${EMACS} --script scripts/byte-compile.el
|
||||
|
||||
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:
|
||||
@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