mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Involve autoremove in make default task
This commit is contained in:
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'
|
||||||
|
Reference in New Issue
Block a user