aboutsummaryrefslogtreecommitdiff
path: root/completion/Makefile
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-06 11:02:09 -0700
committerCarl Worth <cworth@cworth.org>2010-04-06 14:36:31 -0700
commitb5d8fe278425f7be49b6819e8187efffdffbd836 (patch)
treeb26b37e364131f1fac09a5be31539a9734e6eb31 /completion/Makefile
parente1a84ab1733c78fce8afeef8f022122988fc8a10 (diff)
Makefile: Move the completion-specific commands to completion/Makefile.local
For much better modularity.
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 0000000..b6859ea
--- /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 .. $@