new Makefile target zstdmt

This commit is contained in:
Yann Collet
2017-01-02 01:43:56 +01:00
parent f1cb55192c
commit cdb2763f4a
+4
View File
@@ -130,6 +130,10 @@ gzstd: clean_decomp_o
&& $(MAKE) zstd; \ && $(MAKE) zstd; \
fi fi
zstdmt: CPPFLAGS += -DZSTD_PTHREAD
zstdmt: LDFLAGS += -lpthread
zstdmt: zstd
generate_res: generate_res:
windres/generate_res.bat windres/generate_res.bat