From: Yann Collet Date: Sat, 19 Aug 2017 01:39:39 +0000 (-0700) Subject: added zstd-decompress to the list of variants tested X-Git-Tag: v1.3.1^2~5^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288e263ec41e138b65986bd57e9000b285693832;p=thirdparty%2Fzstd.git added zstd-decompress to the list of variants tested --- diff --git a/programs/Makefile b/programs/Makefile index ee623e52f..2b766fb3a 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -139,7 +139,7 @@ default: zstd-release all: zstd .PHONY: allVariants -allVariants: zstd zstd-compress +allVariants: zstd zstd-compress zstd-decompress $(ZSTDDECOMP_O): CFLAGS += $(ALIGN_LOOP)