mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor make core (more flexible)
This commit is contained in:
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ compile: init.el clean
|
||||
@$(EMACS) -f doom/compile
|
||||
|
||||
core: init.el clean
|
||||
@$(EMACS) -f doom/compile -- init.el core/{,autoload/}*.el
|
||||
@$(EMACS) -f doom/compile -- init.el $(shell find core/ -maxdepth 2 -type f -name '*.el')
|
||||
|
||||
$(MODULES): init.el .local/autoloads.el
|
||||
@rm -fv $(shell find $@ -maxdepth 2 -type f -name '*.elc')
|
||||
|
Reference in New Issue
Block a user