From: Yann Collet Date: Thu, 26 Nov 2015 15:25:56 +0000 (+0100) Subject: fixed lib makefile X-Git-Tag: zstd-0.4.0^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29a58c94f6c692a5b540e5db83e68b5958b7cd84;p=thirdparty%2Fzstd.git fixed lib makefile --- diff --git a/lib/Makefile b/lib/Makefile index e80ce7846..3e34d896a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -70,7 +70,7 @@ default: clean libzstd all: clean libzstd -libzstd: zstd_compress.c zstd_decompress.c huff0.c fse.c \ +libzstd: zstd_compress.c zstd_decompress.c huff0.c fse.c \ legacy/zstd_v01.c legacy/zstd_v02.c legacy/zstd_v03.c @echo compiling static library @$(CC) $(FLAGS) -c $^