Add convenience task aliases to makefile

This commit is contained in:
Henrik Lissner 2017-09-15 14:34:43 +02:00
parent 8f0268d9fc
commit 9f6b90cf13
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -7,6 +7,15 @@ MODULES=$(patsubst modules/%, %, $(shell find modules/ -maxdepth 2 -type d))
all: autoloads autoremove install
## Aliases
a: autoloads
i: install
u: update
r: autoremove
c: compile
cc: compile\:core
ce: compile\:elpa
## Package management
install: init.el .local/autoloads.el
@$(EMACS) -f doom/packages-install