From b5d8fe278425f7be49b6819e8187efffdffbd836 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 11:02:09 -0700 Subject: Makefile: Move the completion-specific commands to completion/Makefile.local For much better modularity. --- completion/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 completion/Makefile (limited to 'completion/Makefile') 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 .. $@ -- cgit v1.2.3