diff --git a/contrib/gen_html/Makefile b/contrib/gen_html/Makefile index 26e870399aa..f93669e023f 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)