mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
gen_html: Fix build error in windows
This commit is contained in:
parent
3de0541aef
commit
1f72f52bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue