summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-05-14 16:08:13 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-05-14 16:08:13 +0200
commit1b3992ce442baddcc2c84485f4a17d50c40db8a9 (patch)
tree9d5264b7d49f3a663bc6ed463b1ce84af67aa90e /Makefile
parent85033549db0022ed319584c8e984870c43949d63 (diff)
tool: Install 'sqv'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2814e26a..bac73bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ install: build-release
$(INSTALL) -d $(DESTDIR)$(PREFIX)/lib/sequoia
$(INSTALL) -t $(DESTDIR)$(PREFIX)/lib/sequoia target/release/keystore
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
- $(INSTALL) -t $(DESTDIR)$(PREFIX)/bin target/release/sq
+ $(INSTALL) -t $(DESTDIR)$(PREFIX)/bin target/release/sq target/release/sqv
$(MAKE) -Cffi install
# Infrastructure for creating source distributions.