mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Compile more files on make update
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user