Makefile: rearrange order of default tasks
This commit is contained in:
parent
0c627917ea
commit
e1d4ed6b88
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ EMACS=emacs --batch $(EMACS_FLAGS) -l core/core.el
|
||||||
TESTS=$(patsubst %,-l %, $(wildcard test/test-*.el))
|
TESTS=$(patsubst %,-l %, $(wildcard test/test-*.el))
|
||||||
|
|
||||||
# Tasks
|
# Tasks
|
||||||
all: install update autoloads
|
all: autoloads install update
|
||||||
|
|
||||||
install: init.el
|
install: init.el
|
||||||
@$(EMACS) -f 'doom-initialize-autoloads' -f 'doom/packages-install'
|
@$(EMACS) -f 'doom-initialize-autoloads' -f 'doom/packages-install'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue