added zstd-decompress to the list of variants tested

This commit is contained in:
Yann Collet 2017-08-18 18:39:39 -07:00
parent 166645e7b3
commit 288e263ec4

View File

@ -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)