aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index e34da0be..f759c0dc 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -5,7 +5,8 @@ emacs_sources := \
$(dir)/notmuch-lib.el \
$(dir)/notmuch.el \
$(dir)/notmuch-query.el \
- $(dir)/notmuch-show.el
+ $(dir)/notmuch-show.el \
+ $(dir)/notmuch-wash.el
emacs_bytecode := $(subst .el,.elc,$(emacs_sources))