mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
The ciiiircle of liiiife
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user