Remove update from make default task
This commit is contained in:
parent
0b3db8fcdd
commit
9fdc449976
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ EMACSI=emacs -q $(EMACS_FLAGS)
|
||||||
MODULES=$(patsubst modules/%, %, $(shell find modules/ -maxdepth 2 -type d))
|
MODULES=$(patsubst modules/%, %, $(shell find modules/ -maxdepth 2 -type d))
|
||||||
|
|
||||||
# Tasks
|
# Tasks
|
||||||
all: autoloads autoremove install update
|
all: autoloads autoremove install
|
||||||
|
|
||||||
install: init.el .local/autoloads.el
|
install: init.el .local/autoloads.el
|
||||||
@$(EMACS) -f doom/packages-install
|
@$(EMACS) -f doom/packages-install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue