Rename make compile-lite => make core
This commit is contained in:
parent
be46654629
commit
a7dc2bc83c
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -25,8 +25,8 @@ recompile: init.el
|
|||
compile: init.el clean
|
||||
@$(EMACS) -f doom/compile
|
||||
|
||||
compile-lite: init.el clean
|
||||
@$(EMACS) -f doom/compile-lite
|
||||
core: init.el clean
|
||||
@$(EMACS) -f doom/compile -- init.el core/{,autoload/}*.el
|
||||
|
||||
clean:
|
||||
@$(EMACS) -f doom/clean-compiled
|
||||
|
|
|
@ -38,7 +38,7 @@ Emacs feel a bit snappier in general.
|
|||
```bash
|
||||
make compile # may take a while
|
||||
# or
|
||||
make compile-lite # faster alternative; only compiles core files
|
||||
make core # faster alternative; only compiles init.el & core files
|
||||
|
||||
# If you byte-compile, changes to the config won't take effect until you
|
||||
# recompile or delete the byte-compiled files with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue