Update makefile
This commit is contained in:
parent
cb46fa88e4
commit
a7eeef1627
1 changed files with 10 additions and 2 deletions
12
Makefile
12
Makefile
|
@ -1,11 +1,19 @@
|
||||||
|
EMACS=emacs
|
||||||
|
|
||||||
all: install update
|
all: install update
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@cask install
|
@cask install
|
||||||
|
|
||||||
update:
|
update: install autoloads
|
||||||
@cask update
|
@cask update
|
||||||
|
|
||||||
clean:
|
clean: clean-extras
|
||||||
@rm -f init.elc {core,modules,private,contrib}/*.elc
|
@rm -f init.elc {core,modules,private,contrib}/*.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
|
||||||
|
|
||||||
|
autoloads:
|
||||||
|
@rm -rf core/autoloads.el
|
||||||
|
@cask exec ${EMACS} --script scripts/generate-autoloads.el
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue