Compile more files on make update
This commit is contained in:
parent
66abf1522c
commit
3a219262f9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ update: autoloads
|
||||||
@git pull
|
@git pull
|
||||||
@cask install
|
@cask install
|
||||||
@cask update
|
@cask update
|
||||||
@emacs -Q --batch -f batch-byte-compile init-load-path.el
|
@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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue