mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
Makefile: Add a simple target for "make install".
The more I do here, the less I see the need for autotools.
This commit is contained in:
parent
bdde726388
commit
2b819ae83d
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue