From 288e263ec41e138b65986bd57e9000b285693832 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 18 Aug 2017 18:39:39 -0700 Subject: [PATCH] added zstd-decompress to the list of variants tested --- programs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2