2015-06-12 17:22:33 +02:00
|
|
|
EMACS=emacs
|
2014-12-05 17:28:03 -05:00
|
|
|
|
2015-06-19 23:57:59 +02:00
|
|
|
all: update
|
2015-01-23 23:57:42 -05:00
|
|
|
|
2015-06-19 23:57:59 +02:00
|
|
|
update:
|
|
|
|
git pull
|
2015-06-06 06:40:33 -04:00
|
|
|
@cask install
|
|
|
|
@cask update
|
2014-12-05 17:28:03 -05:00
|
|
|
|
2015-06-12 17:22:33 +02:00
|
|
|
clean: clean-extras
|
2015-06-19 23:57:59 +02:00
|
|
|
@rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc
|
2015-06-12 17:22:33 +02:00
|
|
|
|
|
|
|
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:
|
2015-06-19 23:57:59 +02:00
|
|
|
@emacs --script scripts/generate-autoloads.el
|
|
|
|
|
|
|
|
compile: autoloads
|
|
|
|
@emacs --script scripts/byte-compile.el
|