summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-02-01 07:17:52 (GMT)
committerYann Collet <cyan@fb.com>2018-02-01 07:17:52 (GMT)
commit886a4858451800f6ebd621a2816a4698486d7ff1 (patch)
treefa222f3dfc210dc02497f3a62b50fa3a1aba5a7f /Makefile
parent5fd3ac7904ee85a0272b986b5178d89cb2ac8dc4 (diff)
downloadlz4-886a4858451800f6ebd621a2816a4698486d7ff1.zip
lz4-886a4858451800f6ebd621a2816a4698486d7ff1.tar.gz
lz4-886a4858451800f6ebd621a2816a4698486d7ff1.tar.bz2
examples/Makefile : changed dependency order
static library *.a must come after source files *.c on linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b48cfdd..83320fa 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