mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
More well-rounded makefile
This commit is contained in:
5
Makefile
5
Makefile
@ -2,9 +2,12 @@ EMACS=emacs
|
||||
|
||||
all: update
|
||||
|
||||
update:
|
||||
update: install autoloads
|
||||
cask update
|
||||
|
||||
install:
|
||||
cask install
|
||||
|
||||
clean:
|
||||
@rm -rf init.elc init/*.elc contrib/*.elc
|
||||
@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
|
||||
|
Reference in New Issue
Block a user