mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
gen_html: Fix build error in windows
This commit is contained in:
@ -40,7 +40,7 @@ gen_html: gen_html.cpp
|
|||||||
|
|
||||||
$(ZSTDMANUAL): gen_html $(ZSTDAPI)
|
$(ZSTDMANUAL): gen_html $(ZSTDAPI)
|
||||||
echo "Update zstd manual in /doc"
|
echo "Update zstd manual in /doc"
|
||||||
./gen_html $(LIBVER) $(ZSTDAPI) $(ZSTDMANUAL)
|
./gen_html$(EXT) $(LIBVER) $(ZSTDAPI) $(ZSTDMANUAL)
|
||||||
|
|
||||||
.PHONY: manual
|
.PHONY: manual
|
||||||
manual: gen_html $(ZSTDMANUAL)
|
manual: gen_html $(ZSTDMANUAL)
|
||||||
|
Reference in New Issue
Block a user