From 886a4858451800f6ebd621a2816a4698486d7ff1 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 31 Jan 2018 23:17:52 -0800 Subject: examples/Makefile : changed dependency order static library *.a must come after source files *.c on linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b48cfdd5..83320fa6 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ lz4 lz4-release : @cp $(PRGDIR)/lz4$(EXT) . .PHONY: examples -examples: lib lz4 +examples: $(MAKE) -C $(EXDIR) all .PHONY: manuals -- cgit v1.2.3