summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-12-21 12:18:02 (GMT)
committerYann Collet <cyan@fb.com>2016-12-21 12:18:02 (GMT)
commit385cb4f539134b3cb855a29eef99a4a876f728d2 (patch)
treed175b35ef18252e89882a7821850e6e61a314e97 /Makefile
parent913b98fd6fe814ee4c719a90a0642497c9d3d0dc (diff)
downloadlz4-385cb4f539134b3cb855a29eef99a4a876f728d2.zip
lz4-385cb4f539134b3cb855a29eef99a4a876f728d2.tar.gz
lz4-385cb4f539134b3cb855a29eef99a4a876f728d2.tar.bz2
minor update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c77f697..647ab4e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ endif
default:
@$(MAKE) -C $(LZ4DIR)
@$(MAKE) -C $(PRGDIR)
+ @cp $(PRGDIR)/lz4$(EXT) .
all:
@$(MAKE) -C $(LZ4DIR) $@