Involve autoremove in make default task

This commit is contained in:
Henrik Lissner 2017-05-16 22:25:51 +02:00
parent f148d67607
commit 8a08d0ab87

View file

@ -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'