]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added zstd-decompress to the list of variants tested
authorYann Collet <cyan@fb.com>
Sat, 19 Aug 2017 01:39:39 +0000 (18:39 -0700)
committerYann Collet <cyan@fb.com>
Sat, 19 Aug 2017 01:39:39 +0000 (18:39 -0700)
programs/Makefile

index ee623e52ff149b177daa5c81717ae2ee3ed080f8..2b766fb3ad0a8049c4cbb027a01afde68fff7a8d 100644 (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)