Verbose makefile commands
This commit is contained in:
parent
6075e46a91
commit
1b5f7cd204
1 changed files with 8 additions and 8 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue