]> git.notmuchmail.org Git - notmuch/blobdiff - completion/Makefile
Makefile: Move the completion-specific commands to completion/Makefile.local
[notmuch] / completion / Makefile
diff --git a/completion/Makefile b/completion/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 .. $@