summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-23 07:57:14 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-23 07:57:14 (GMT)
commitd0f8d407b0fee05e3f1c325c54948b54685f9e92 (patch)
treebc429be00953062786a3acaea194792341b99fac
parent7f436a1215f11b0fb872c34f088b8b5888d0630d (diff)
downloadlz4-d0f8d407b0fee05e3f1c325c54948b54685f9e92.zip
lz4-d0f8d407b0fee05e3f1c325c54948b54685f9e92.tar.gz
lz4-d0f8d407b0fee05e3f1c325c54948b54685f9e92.tar.bz2
updated dist list
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cf76c2..5e6157f 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ TEXT = $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4.h $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4hc.h \
$(PRGDIR)/datagen.c $(PRGDIR)/datagen.h $(PRGDIR)/datagencli.c $(PRGDIR)/fuzzer.c \
$(PRGDIR)/lz4io.c $(PRGDIR)/lz4io.h \
$(PRGDIR)/bench.c $(PRGDIR)/bench.h \
- $(PRGDIR)/lz4.1 $(PRGDIR)/lz4c.1 $(PRGDIR)/lz4cat.1 \
+ $(PRGDIR)/lz4.1 \
$(PRGDIR)/Makefile $(PRGDIR)/COPYING
NONTEXT = images/image00.png images/image01.png images/image02.png \
images/image03.png images/image04.png images/image05.png \