diff options
author | Yann Collet <cyan@fb.com> | 2018-02-01 07:17:52 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-02-01 07:17:52 (GMT) |
commit | 886a4858451800f6ebd621a2816a4698486d7ff1 (patch) | |
tree | fa222f3dfc210dc02497f3a62b50fa3a1aba5a7f /Makefile | |
parent | 5fd3ac7904ee85a0272b986b5178d89cb2ac8dc4 (diff) | |
download | lz4-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ lz4 lz4-release : @cp $(PRGDIR)/lz4$(EXT) . .PHONY: examples -examples: lib lz4 +examples: $(MAKE) -C $(EXDIR) all .PHONY: manuals |