mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
make update
This commit is contained in:
3
Makefile
3
Makefile
@ -2,6 +2,9 @@ EMACS=emacs
|
|||||||
|
|
||||||
all: clean autoloads
|
all: clean autoloads
|
||||||
|
|
||||||
|
update:
|
||||||
|
cask update
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf init.elc init/*.elc elisp/*.elc core/*.elc
|
@rm -rf init.elc init/*.elc elisp/*.elc core/*.elc
|
||||||
@rm -rf auto-save-list recentf places ido.last async-bytecomp.log elpa
|
@rm -rf auto-save-list recentf places ido.last async-bytecomp.log elpa
|
||||||
|
Reference in New Issue
Block a user