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 /completion/Makefile | |
parent | e1a84ab1733c78fce8afeef8f022122988fc8a10 (diff) |
Makefile: Move the completion-specific commands to completion/Makefile.local
For much better modularity.
Diffstat (limited to 'completion/Makefile')
-rw-r--r-- | completion/Makefile | 7 |
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 .. $@ |