diff options
author | Carl Worth <cworth@cworth.org> | 2010-04-06 11:02:09 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-04-06 14:36:31 -0700 |
commit | b5d8fe278425f7be49b6819e8187efffdffbd836 (patch) | |
tree | b26b37e364131f1fac09a5be31539a9734e6eb31 /Makefile | |
parent | e1a84ab1733c78fce8afeef8f022122988fc8a10 (diff) |
Makefile: Move the completion-specific commands to completion/Makefile.local
For much better modularity.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |