diff options
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 .. $@ |