summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-26 17:24:47 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-26 19:50:41 +0100
commit02e61f0758e93b44a054a01b4137ea25ff7dd5ec (patch)
treeb1ef6b097e5fc93faf20433219565bbabfa04fb5 /Makefile
parent557aca35bad457622642308c1d780757b174bf50 (diff)
sqv: Move sqv into a new crate.
- This allows us to use sequoia-openpgp without compression support reducing binary size and trusted computing base.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0bdfa18..134ded7b 100644
--- a/Makefile
+++ b/Makefile
@@ -86,8 +86,9 @@ install: build-release
$(CARGO_TARGET_DIR)/release/sequoia-public-key-store
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -t $(DESTDIR)$(PREFIX)/bin \
- $(CARGO_TARGET_DIR)/release/sq $(CARGO_TARGET_DIR)/release/sqv
+ $(CARGO_TARGET_DIR)/release/sq
$(MAKE) -Cffi install
+ $(MAKE) -Csqv install
# Infrastructure for creating source distributions.
.PHONY: dist