From 1f72f52bc1efd943f390a3dec3b569cf49f7a83a Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Wed, 3 Jul 2024 12:26:15 +0900 Subject: [PATCH] gen_html: Fix build error in windows --- contrib/gen_html/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gen_html/Makefile b/contrib/gen_html/Makefile index 26e870399..f93669e02 100644 --- a/contrib/gen_html/Makefile +++ b/contrib/gen_html/Makefile @@ -40,7 +40,7 @@ gen_html: gen_html.cpp $(ZSTDMANUAL): gen_html $(ZSTDAPI) echo "Update zstd manual in /doc" - ./gen_html $(LIBVER) $(ZSTDAPI) $(ZSTDMANUAL) + ./gen_html$(EXT) $(LIBVER) $(ZSTDAPI) $(ZSTDMANUAL) .PHONY: manual manual: gen_html $(ZSTDMANUAL)