aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1a7a15c..26ab8da8 100644
--- a/Makefile
+++ b/Makefile
@@ -41,5 +41,9 @@ Makefile.dep: *.c *.cc
$(CXX) -M $(CPPFLAGS) $(CDEPENDS_FLAGS) $(CXXDEPENDS_FLAGS) $^ > $@
-include Makefile.dep
+install:
+ install -C -D notmuch $(DESTDIR)/usr/bin/notmuch
+ install -C -D notmuch-completion.bash $(DESTDIR)/etc/bash_completion.d/notmuch
+
clean:
rm -f $(PROGS) *.o Makefile.dep