The ciiiircle of liiiife

This commit is contained in:
Henrik Lissner 2015-11-25 06:00:49 -05:00
parent 0923903e93
commit 03c6c05677
29 changed files with 287 additions and 465 deletions

View file

@ -4,13 +4,13 @@ all: update
update: autoloads
@echo "Updating repo"
@git pull | sed 's/^/ /'
@cask install --verbose
@git pull 2>&1 | sed 's/^/ /'
@cask install --verbose 2>&1 | sed 's/^/ /'
@echo "Updating outdated plugins"
@cask outdated | sed 's/^/ /'
@cask update --verbose
@cask outdated 2>&1 | sed 's/^/ /'
@cask update --verbose 2>&1 | sed 's/^/ /'
@echo "Compiling certain scripts"
@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 2>&1 | sed 's/^/ /'
clean: clean-extras clean-elc