From 8a08d0ab87c485fb9997be7f642873b74b943cc3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 16 May 2017 22:25:51 +0200 Subject: [PATCH] Involve autoremove in make default task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eada3cbdb..509fb18af 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TEST_EMACS=$(EMACS) --eval '(setq noninteractive nil)' $(EMACS_LIBS) TESTS=$(patsubst %,-l %, $(shell find test/ -type f -name 'test-*.el')) # Tasks -all: autoloads install update +all: autoloads autoremove install update install: init.el .local/autoloads.el @$(EMACS) -f 'doom/packages-install'