diff options
author | Yann Collet <cyan@fb.com> | 2020-12-01 01:42:36 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2020-12-01 01:42:36 (GMT) |
commit | 19564bce78fcfea15f6b5435eb28a3b8767ac8ec (patch) | |
tree | dc502454a0108022ed26a48e378cc97111ba580d /tests | |
parent | 5a551754cf48d020152f48d5bf1e6d99fa6d4c27 (diff) | |
download | lz4-19564bce78fcfea15f6b5435eb28a3b8767ac8ec.zip lz4-19564bce78fcfea15f6b5435eb28a3b8767ac8ec.tar.gz lz4-19564bce78fcfea15f6b5435eb28a3b8767ac8ec.tar.bz2 |
fix CFLAGS unexport issue
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6eee132..83e3fcb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ # ########################################################################## # LZ4 programs - Makefile -# Copyright (C) Yann Collet 2011-present +# Copyright (C) Yann Collet 2011-2020 # # GPL v2 License # |