]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile.local
Makfiles: Make the top-level targets PHONY
[notmuch] / emacs / Makefile.local
index bda3997adadd0c2125928bb2cc53e6026e8c95c6..76cc64f9b66711c7894461b1521a794620fd4e76 100644 (file)
@@ -1,10 +1,18 @@
+# -*- makefile -*-
+
 dir := emacs
-emacs_sources := $(dir)/notmuch.el
+emacs_sources := \
+       $(dir)/notmuch-lib.el \
+       $(dir)/notmuch.el \
+       $(dir)/notmuch-query.el \
+       $(dir)/notmuch-show.el
 
 emacs_bytecode := $(subst .el,.elc,$(emacs_sources))
 
+.PHONY: emacs
 emacs: $(emacs_bytecode)
 
+.PHONY: install-emacs
 install-emacs: install emacs
        $(call quiet_mkdir, $(DESTDIR)/$(emacs_lispdir))
        $(call quiet_install_data, $(emacs_sources) $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir))