Better make clean, more informative make update

This commit is contained in:
Henrik Lissner 2015-11-24 03:46:19 -05:00
parent f7c9bc65a0
commit d5a354c275

View file

@ -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