aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d2d4a1..df98781 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ xdg-open := $(shell command -v xdg-open 2> /dev/null)
.PHONY: docs
docs:
- cmake --build '$(call escape,$(cmake_dir))' --target docs
+ cmake --build '$(call escape,$(cmake_dir))' --target winapi_utf8_docs
ifndef CI
ifdef xdg-open
xdg-open '$(call escape,$(cmake_dir))/html/index.html' &> /dev/null