diff options
| author | Carl Worth <cworth@cworth.org> | 2010-04-06 18:44:12 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-04-06 18:44:20 -0700 |
| commit | 7d9851e293fad762cd959e9be819e48a26087cdc (patch) | |
| tree | 282711dc64d5fa7d82f001ea173ad2e79e91e882 /completion/Makefile | |
| parent | 9ed5e095a81f23b286a10a4fd51c09769c8d62ee (diff) | |
| parent | e7837ace186a09508140193c1dabe3317dadf797 (diff) | |
Merge branch 'debian'
These are the changes made between the notmuch 0.1 release and the
release of Debian version 0.1-1. It's mostly changes to the debian
directory, of course, but does also include some generally useful
Makefile improvements.
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 .. $@ |
