summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-12 14:46:46 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-12 15:02:58 +0200
commit4aa2c1826a4c8c077dd03becb072496660cf7c00 (patch)
tree41a6d45d15bdc022037bd61afd23eca315eb0a48
parent85b83dd9c26d850601944820cb8055fa6ecdf0df (diff)
doc: Describe why "install" action requires "build-release".
- There was a confusion on the project page on why does "install" build the project. - Provide a documentation with the reasoning based on Neal's comment. - See: https://gitlab.com/sequoia-pgp/sequoia/-/merge_requests/953#note_471764940 - Closes !953.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 149a7175..3989d4f4 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,8 @@ build-release:
$(MAKE) -Csq build-release
$(MAKE) -Csqv build-release
+# "install" needs "build-release" as it builds the project
+# with optimizations enabled.
.PHONY: install
install: build-release
$(MAKE) -Copenpgp-ffi install