Add convenience task aliases to makefile
This commit is contained in:
parent
8f0268d9fc
commit
9f6b90cf13
1 changed files with 9 additions and 0 deletions
9
Makefile
9
Makefile
|
@ -7,6 +7,15 @@ MODULES=$(patsubst modules/%, %, $(shell find modules/ -maxdepth 2 -type d))
|
||||||
|
|
||||||
all: autoloads autoremove install
|
all: autoloads autoremove install
|
||||||
|
|
||||||
|
## Aliases
|
||||||
|
a: autoloads
|
||||||
|
i: install
|
||||||
|
u: update
|
||||||
|
r: autoremove
|
||||||
|
c: compile
|
||||||
|
cc: compile\:core
|
||||||
|
ce: compile\:elpa
|
||||||
|
|
||||||
## Package management
|
## Package management
|
||||||
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