mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Makefile: rearrange order of default tasks
This commit is contained in:
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'
|
||||||
|
Reference in New Issue
Block a user