Remove update from make default task

This commit is contained in:
Henrik Lissner
2017-06-29 02:40:29 +02:00
parent 0b3db8fcdd
commit 9fdc449976

View File

@ -6,7 +6,7 @@ EMACSI=emacs -q $(EMACS_FLAGS)
MODULES=$(patsubst modules/%, %, $(shell find modules/ -maxdepth 2 -type d))
# Tasks
all: autoloads autoremove install update
all: autoloads autoremove install
install: init.el .local/autoloads.el
@$(EMACS) -f doom/packages-install