Skip to content

Commit

Permalink
gen_html: Fix build error in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Jul 3, 2024
1 parent 3de0541 commit 1f72f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gen_html/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1f72f52

Please sign in to comment.