aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local7
1 files changed, 3 insertions, 4 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index b895d11a..17ede863 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -1,8 +1,7 @@
-dir=emacs
-emacs_sources= \
- $(dir)/notmuch.el
+dir := emacs
+emacs_sources := $(dir)/notmuch.el
-emacs_bytecode=$(subst .el,.elc,$(emacs_sources))
+emacs_bytecode := $(subst .el,.elc,$(emacs_sources))
emacs: $(emacs_bytecode)