mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Compile init-load-path on make update
This commit is contained in:
1
Makefile
1
Makefile
@ -6,6 +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
|
||||||
|
|
||||||
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