makefile: correct race condition on first install
This commit is contained in:
parent
746dcbd4ac
commit
e06eae0ba6
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -5,8 +5,8 @@ REPO_URL="https://github.com/hlissner"
|
|||
all: install
|
||||
|
||||
# If you run either of these with emacs open, run doom-reload afterwards
|
||||
install: autoloads _install core/core.elc init.elc
|
||||
update: autoloads _update core/core.elc init.elc
|
||||
install: _install core/core.elc init.elc autoloads
|
||||
update: _update core/core.elc init.elc autoloads
|
||||
|
||||
autoloads:
|
||||
@$(EMACS) --batch -l init.el --eval '(doom-reload-autoloads)' 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue