aboutsummaryrefslogtreecommitdiffhomepage
path: root/completion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'completion/Makefile')
-rw-r--r--completion/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/completion/Makefile b/completion/Makefile
new file mode 100644
index 00000000..b6859eac
--- /dev/null
+++ b/completion/Makefile
@@ -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 .. $@