summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/examples/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-29 22:57:39 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-29 23:48:15 +0100
commit81e1b39d2ea9ffa07f11aed3f230a7f26792058f (patch)
tree509b61e4b3e0535e82d4277e809e3023ec8cf839 /openpgp-ffi/examples/Makefile
parente5ee74691f21f46bdc30556a6b67ecf5f9532ece (diff)
openpgp-ffi: Add a general writer interface.
Diffstat (limited to 'openpgp-ffi/examples/Makefile')
-rw-r--r--openpgp-ffi/examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp-ffi/examples/Makefile b/openpgp-ffi/examples/Makefile
index f5dd0f8c..c8de2c1f 100644
--- a/openpgp-ffi/examples/Makefile
+++ b/openpgp-ffi/examples/Makefile
@@ -13,6 +13,7 @@ EXAMPLES = \
decrypt-with \
generate-key \
type-safety-demo use-after-free-demo immutable-reference-demo \
+ writer-cookie \
CFLAGS = -I../include -O0 -g -Wall -Werror
LDFLAGS = -L$(CARGO_TARGET_DIR)/debug -lsequoia_openpgp_ffi