]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile
emacs: Move emacs UI (currently just one file) to subdirectory.
[notmuch] / emacs / Makefile
diff --git a/emacs/Makefile b/emacs/Makefile
new file mode 100644 (file)
index 0000000..b6859ea
--- /dev/null
@@ -0,0 +1,7 @@
+# See Makfefile.local for the list of files to be compiled in this
+# directory.
+all:
+       $(MAKE) -C .. all
+
+.DEFAULT:
+       $(MAKE) -C .. $@