From 9f6b90cf1307ca02313078dfe7b25191d1948b9e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 15 Sep 2017 14:34:43 +0200 Subject: [PATCH] Add convenience task aliases to makefile --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index a8925cd12..8af7eda71 100644 --- a/Makefile +++ b/Makefile @@ -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