From 9fdc449976ec2995a2b83f729fd338cef582676e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 29 Jun 2017 02:40:29 +0200 Subject: [PATCH] Remove update from make default task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 989e0036c..60e1fd0a1 100644 --- a/Makefile +++ b/Makefile @@ -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