From b61438c891b7c6a38db647ce08726ea41df3ab06 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 13 Feb 2020 12:56:56 +0100 Subject: openpgp-ffi, ffi: Always remake all examples. - Due to missing tracking of header files as inputs, make may miss changes there and not rebuild an example. Always rebuilding all examples should be quick enough, and avoids this problem. --- ffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffi') diff --git a/ffi/Makefile b/ffi/Makefile index 361ae0dd..dde7af48 100644 --- a/ffi/Makefile +++ b/ffi/Makefile @@ -53,7 +53,7 @@ test check: .PHONY: examples examples: - $(MAKE) -Cexamples + $(MAKE) -Cexamples --always-make # Installation. .PHONY: build-release -- cgit v1.2.3