From 0aecb008d48ab955d5b9eca7de035cc27b38090d Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 23 Jan 2019 12:53:18 +0100 Subject: Fix making examples. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3