X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=17ede8635e053326e51c83dd3ac83ab6433c73a1;hp=b895d11a9d6978ae8ba75485f9e25efbeaddd6ff;hb=86232e62ab0ed6948de24a6aab5d9f2558171acf;hpb=f47bec55bda2f4ef745ba6a284545bd8d1f9fbcc 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)