aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-06 11:02:09 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-06 14:36:31 -0700
commitb5d8fe278425f7be49b6819e8187efffdffbd836 (patch)
treeb26b37e364131f1fac09a5be31539a9734e6eb31 /Makefile
parente1a84ab1733c78fce8afeef8f022122988fc8a10 (diff)
Makefile: Move the completion-specific commands to completion/Makefile.local
For much better modularity.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3697861..076efc79 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
all:
# List all subdirectories here. Each contains its own Makefile.local
-subdirs = compat emacs lib
+subdirs = compat completion emacs lib
# We make all targets depend on the Makefiles themselves.
global_deps = Makefile Makefile.local \