Polish makefile

This commit is contained in:
Henrik Lissner 2016-02-26 00:05:06 -05:00
parent 339378d769
commit b410b122b7

View file

@ -6,10 +6,10 @@ update: autoloads
@echo "Updating repo" @echo "Updating repo"
@git pull 2>&1 | sed 's/^/ /' @git pull 2>&1 | sed 's/^/ /'
@echo "Updating outdated plugins" @echo "Updating outdated plugins"
@cask install --verbose 2>&1 | sed 's/^/ /' @cask install 2>&1 | sed 's/^/ /'
@cask update --verbose 2>&1 | sed 's/^/ /' @cask update 2>&1 | sed 's/^/ /'
@echo "Compiling certain scripts" @echo "Compiling certain scripts"
@$(EMACS) -Q --batch -f batch-byte-compile init-packages.el core/core.el core/core-os-osx.el contrib/*.el 2>&1 | sed 's/^/ /' @$(EMACS) -Q --batch -f batch-byte-compile bootstrap.el 2>&1 | sed 's/^/ /'
clean: clean-files clean-elc clean: clean-files clean-elc
@ -23,7 +23,8 @@ compile: autoloads
clean-files: clean-files:
@echo "Cleaning derelict emacs files" @echo "Cleaning derelict emacs files"
@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 @rm -rf auto-save-list recentf places ido.last async-bytecomp.log elpa tramp
@rm -rf projectile-bookmarks.eld projectile.cache company-statistics-cache.el
@rm -rf var semanticdb anaconda-mode @rm -rf var semanticdb anaconda-mode
clean-elc: clean-elc: