make update
This commit is contained in:
parent
da4cb3f8a8
commit
efcca26bc8
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -2,6 +2,9 @@ EMACS=emacs
|
|||
|
||||
all: clean autoloads
|
||||
|
||||
update:
|
||||
cask update
|
||||
|
||||
clean:
|
||||
@rm -rf init.elc init/*.elc elisp/*.elc core/*.elc
|
||||
@rm -rf auto-save-list recentf places ido.last async-bytecomp.log elpa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue