Involve autoremove in make default task
This commit is contained in:
parent
f148d67607
commit
8a08d0ab87
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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'))
|
TESTS=$(patsubst %,-l %, $(shell find test/ -type f -name 'test-*.el'))
|
||||||
|
|
||||||
# Tasks
|
# Tasks
|
||||||
all: autoloads install update
|
all: autoloads autoremove install update
|
||||||
|
|
||||||
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