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 78a2748f..819340a2 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ export CARGO_FLAGS
export CARGO_TARGET_DIR
export CARGO_TEST_ARGS
-all: build ffi/examples
+all: build examples
.PHONY: build
build:
@@ -56,6 +56,7 @@ test check:
examples:
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
$(CARGO) build $(CARGO_FLAGS) --examples
+ $(MAKE) -Copenpgp-ffi examples
$(MAKE) -Cffi examples
# Documentation.