summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-04 16:44:00 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-04 16:47:11 +0100
commit426e5d38ef0113961a8e1b5ca76d9cf575ac5aee (patch)
treebb1f63946c4efc23789f14ed2006c3f57eceaae4 /Makefile
parent8117d594fb75fc32b2b2b26cf46fde6758be2203 (diff)
sop: Move to https://gitlab.com/sequoia-pgp/sequoia-sop
- From this point on, the crate sequoia-sop will be maintained in its own repository.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9d7a97b0..67a0272f 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,6 @@ build-release:
$(MAKE) -Cffi build-release
$(MAKE) -Csq build-release
$(MAKE) -Csqv build-release
- $(MAKE) -Csop build-release
.PHONY: install
install: build-release
@@ -109,7 +108,6 @@ install: build-release
$(MAKE) -Cffi install
$(MAKE) -Csq install
$(MAKE) -Csqv install
- $(MAKE) -Csop install
# Infrastructure for creating source distributions.
.PHONY: dist