Refactor make core (more flexible)
This commit is contained in:
parent
3b4517e7bd
commit
cd078e5e5c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ compile: init.el clean
|
||||||
@$(EMACS) -f doom/compile
|
@$(EMACS) -f doom/compile
|
||||||
|
|
||||||
core: init.el clean
|
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
|
$(MODULES): init.el .local/autoloads.el
|
||||||
@rm -fv $(shell find $@ -maxdepth 2 -type f -name '*.elc')
|
@rm -fv $(shell find $@ -maxdepth 2 -type f -name '*.elc')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue