The ciiiircle of liiiife
This commit is contained in:
parent
0923903e93
commit
03c6c05677
29 changed files with 287 additions and 465 deletions
10
Makefile
10
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue