summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-04-15 10:36:40 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-04-21 17:10:27 +0200
commit8af5e4357c7348fe231b70a0fbe19788137caaa3 (patch)
treee8c28ca95583b4e4272cc95f7b2f4f1997dab6ac /Makefile
parent50c6526133ae72adc26800f3cc8e9884dab88518 (diff)
sop: An implementation of the Stateless OpenPGP CLI using Sequoia.
- This adds a new frontend to Sequoia that implements the Stateless OpenPGP Command Line Interface. - Compared to sq, sop has a much smaller feature set and hence a smaller set of dependencies. It is less opinionated, and tries to faithfully implement the SOP protocol. We will use it to test Sequoia using the OpenPGP Interoperability Test Suite.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cdf4c1ed..a9c4ad14 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ build-release:
$(MAKE) -Copenpgp-ffi build-release
$(MAKE) -Cffi build-release
$(MAKE) -Csqv build-release
+ $(MAKE) -Csop build-release
.PHONY: install
install: build-release
@@ -95,6 +96,7 @@ install: build-release
$(MAKE) -Copenpgp-ffi install
$(MAKE) -Cffi install
$(MAKE) -Csqv install
+ $(MAKE) -Csop install
$(INSTALL) -d $(DESTDIR)$(PREFIX)/share/zsh/site-functions
$(INSTALL) -t $(DESTDIR)$(PREFIX)/share/zsh/site-functions \
$(CARGO_TARGET_DIR)/_sq