More well-rounded makefile
This commit is contained in:
parent
8afc1421b4
commit
ee6ac2095e
1 changed files with 4 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue