X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=26ab8da8e748b32beb143e4f92d7ab02707a5eb2;hb=2b819ae83dbe2b13000e711b8b795b08a4471852;hp=a1a7a15ce523eaa9e82f586a146ec589bab69cca;hpb=bdde72638806217bd6c329ed7e66e5b7c8c72671;p=obsolete%2Fnotmuch-old 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