mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Verbose makefile commands
This commit is contained in:
16
Makefile
16
Makefile
@ -3,19 +3,19 @@ EMACS=emacs
|
||||
all: update
|
||||
|
||||
update: autoloads
|
||||
@git pull
|
||||
@cask install
|
||||
@cask update
|
||||
@emacs -Q --batch -f batch-byte-compile init.el init-load-path.el core/core.el core/core-os-osx.el contrib/*.el
|
||||
git pull
|
||||
cask install
|
||||
cask update
|
||||
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
|
||||
@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:
|
||||
@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
|
||||
|
||||
autoloads:
|
||||
@emacs --script scripts/generate-autoloads.el
|
||||
emacs --script scripts/generate-autoloads.el
|
||||
|
||||
compile: autoloads
|
||||
@emacs --script scripts/byte-compile.el
|
||||
emacs --script scripts/byte-compile.el
|
||||
|
Reference in New Issue
Block a user