X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=26ab8da8e748b32beb143e4f92d7ab02707a5eb2;hp=a1a7a15ce523eaa9e82f586a146ec589bab69cca;hb=7e8ba9adf8198acf46f36913853c1af332467afe;hpb=f9bbd7baa07110c7f345c8413e2426d00382cb1c 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