summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-04-15 18:43:39 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-04-15 18:43:39 (GMT)
commite63b1478b891897345bb1b6275e9d54427cf3560 (patch)
tree375106377bfd1a72ca7f270abbd82d899bb19f4a /Makefile
parent5b91330ce272fe39ea3b88b197e943be6a1bc490 (diff)
downloadlz4-e63b1478b891897345bb1b6275e9d54427cf3560.zip
lz4-e63b1478b891897345bb1b6275e9d54427cf3560.tar.gz
lz4-e63b1478b891897345bb1b6275e9d54427cf3560.tar.bz2
Added README.md to the list of packaged files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58f56a2..2b09687 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ else
endif
TEXT = lz4.c lz4.h lz4hc.c lz4hc.h \
- lz4_format_description.txt Makefile NEWS LICENSE \
+ lz4_format_description.txt Makefile NEWS LICENSE README.md \
cmake_unofficial/CMakeLists.txt \
$(PRGDIR)/fullbench.c $(PRGDIR)/fuzzer.c $(PRGDIR)/lz4cli.c \
$(PRGDIR)/lz4io.c $(PRGDIR)/lz4io.h \