Better make clean, more informative make update
This commit is contained in:
parent
f7c9bc65a0
commit
d5a354c275
1 changed files with 4 additions and 3 deletions
7
Makefile
7
Makefile
|
@ -4,15 +4,16 @@ all: update
|
||||||
|
|
||||||
update: autoloads
|
update: autoloads
|
||||||
git pull
|
git pull
|
||||||
cask install
|
cask install --verbose
|
||||||
cask update
|
cask outdated
|
||||||
|
cask update --verbose
|
||||||
emacs -Q --batch -f batch-byte-compile init.el init-load-path.el core/core.el core/core-os-osx.el contrib/*.el
|
emacs -Q --batch -f batch-byte-compile init.el init-load-path.el core/core.el core/core-os-osx.el contrib/*.el
|
||||||
|
|
||||||
clean: clean-extras
|
clean: clean-extras
|
||||||
rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc
|
rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc
|
||||||
|
|
||||||
clean-extras:
|
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
|
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 var anaconda-mode
|
||||||
|
|
||||||
autoloads:
|
autoloads:
|
||||||
emacs --script scripts/generate-autoloads.el
|
emacs --script scripts/generate-autoloads.el
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue