summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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