summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-24 23:59:47 (GMT)
committerYann Collet <cyan@fb.com>2017-08-24 23:59:47 (GMT)
commit82ccdec2fb04316ae51ddf2666eecc397f2b1fd9 (patch)
treea6b69b5efad389d85e83269ccdf397ac4204d383 /tests/Makefile
parent3ec89940d5ea32bcfaa07ef1f20a7ebccaea2c21 (diff)
downloadlz4-82ccdec2fb04316ae51ddf2666eecc397f2b1fd9.zip
lz4-82ccdec2fb04316ae51ddf2666eecc397f2b1fd9.tar.gz
lz4-82ccdec2fb04316ae51ddf2666eecc397f2b1fd9.tar.bz2
minor : added header license
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 5b30684..d2d05af 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,6 @@
# ##########################################################################
# LZ4 programs - Makefile
-# Copyright (C) Yann Collet 2011-2016
+# Copyright (C) Yann Collet 2011-2017
#
# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets
#
@@ -76,7 +76,6 @@ lz4c:
lz4c32: # create a 32-bits version for 32/64 interop tests
$(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"
- cp $(LZ4) $(LZ4)c32
fullbench : $(LZ4DIR)/lz4.o $(LZ4DIR)/lz4hc.o $(LZ4DIR)/lz4frame.o $(LZ4DIR)/xxhash.o fullbench.c
$(CC) $(FLAGS) $^ -o $@$(EXT)